No BSD License
%% mult.m %% An example of a binary function "op", for use with "extend_binary.m". %% Written by Nilesh N. Karnik - July 21,1998 function[y] = mult(x1,x2) y = x1.*x2 ; return ;
Contact us at files@mathworks.com