MTM[ldivide] - element-wise division on the left
|
Calling Sequence
|
|
ldivide(M1,M2)
|
|
Description
|
|
•
|
The ldivide(M1,M2) function performs element-wise division of M2 by M1. The result, R, is formed as R[i,j] = M2[i,j] / M1[i,j].
|
•
|
Arrays M1 and M2 must be the same size.
|
|
|
Download Help Document
Was this information helpful?