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

5 lines
62 B
Matlab

function r = times(a, b)
% TIMES -
%
r = Func('prod', a, b);