rdivide
Right division, ./ operator
Syntax
C = rdivide(A, B)
C = A ./ B
Input argument
A - a variable
B - a variable
Output argument
C - result of A ./ B
Description
C = rdivide(A, B) performs right division operation: A ./* B.
Examples
See also
History
Author
Allan CORNET
Last updated