5 lines
67 B
Matlab
5 lines
67 B
Matlab
function r = rdivide(a, b)
|
|
% RDIVIDE -
|
|
%
|
|
|
|
r = Func('ratio', a, b);
|