Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi,
In matlab it is convenient to multiply two vector cell by cell with .*,
But I don't know how it works with Mathcad, 15 or Prime.
Is there a built-in function for that or I have to program.
Could someone help me with that?
Thank you
Solved! Go to Solution.
You want to "vectorize" the calculation, In version 15 it's "cntrl shift -" (the underline), in Prime it's "cntrl shift ^". This will draw an arrow over the operation and perform the function cell by cell.
You want to "vectorize" the calculation, In version 15 it's "cntrl shift -" (the underline), in Prime it's "cntrl shift ^". This will draw an arrow over the operation and perform the function cell by cell.
Thanks Fred.
You are always helpful!