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

4 lines
58 B
Matlab

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