functionsnorm - Fuzzy Logic S-Norm (OR)
snom compute S-Norm class of x with parameter class_par . The calculation was made taking the j row of x as input and put the resulting value in the j row of y (row oriented calculation).
"dubois" class need 0<=class_par<=1 . "yager" class need class_par>0 .
The snorm function is defined by:

x=rand(5,2); y1=snorm(x,"dubois",0.5); y2=snorm(x,"yager",2); y3=snorm(x,"dsum"); y4=snorm(x,"asum"); y5=snorm(x,"max");
fls_structure , tnorm , newfls , scicos_snorm ,
Jaime Urzua Grez