cantera/interfaces/matlab/toolbox/@Func/rdivide.m

4 lines
63 B
Matlab

function r = rdivide(a,b)
% RDIVIDE -
%
r = Func('ratio',a,b);