times

times(X,Y), equivalent to X.*Y, returns the element-wise multiplication of X and Y.

Examples

> times(pi,1:4)#

      3.14159      6.28319      9.42478      12.5664

See also

power | rdivide