No BSD License  

Highlights from
Fuzzy TYPE - 2

from Fuzzy TYPE - 2 by Farhat Masood
Various FuzzyTYPE-2 Operations

mult(x1,x2)
%% 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