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

5 lines
67 B
Matlab

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