<< mpower | Operators | mtimes >> |
C = mrdivide(A, B) |
C = A / B |
a variable
a variable
result of A / B
C = mrdivide(A, B) returns the matrix right division of A and B.
B = ones(3, 4)
A = B *2
A / B
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET