MTM[rdivide] - element-wise division
|
Calling Sequence
|
|
rdivide(M1,M2)
|
|
Description
|
|
•
|
The rdivide(M1,M2) function performs the element-wise division of M1 by 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?