5 lines
62 B
Matlab
5 lines
62 B
Matlab
function r = times(a, b)
|
|
% TIMES -
|
|
%
|
|
|
|
r = Func('prod', a, b);
|