Hello!
I have a vector and i want to multiplicate each element by his own. For example:
a=[2 4 6] i want to obtain b=[4 16 36]
I don't want to use for loops.....I've searched some block in matrix menu but I couldn't find the good solution.
What i have to do to obtain this result as a operation between matrix without using a a for loop. There is some block to make this operation?
Thanks in adavance
Michael