MTM[times] - element-wise multiplication
|
Calling Sequence
|
|
times(M1,M2)
|
|
Parameters
|
|
M1
|
-
|
array or expression
|
M2
|
-
|
array or expression
|
|
|
|
|
Description
|
|
•
|
The times(M1,M2) function performs element-wise multiplication of M1 * M2. The result, R, is formed as R[i,j] = M1[i,j] * M2[i,j].
|
•
|
Arrays M1 and M2 must be the same size.
|
|
|
Download Help Document
Was this information helpful?