function

gbellmf - Generalized Bell member function

Calling Sequence

y=gbellmf(x,par)

Parameters

Description

gbellmf compute the generalized bell member function of x with parameters [a,b,c] . This member function need b<>0 .

Examples

x=linspace(0,1,100)';
y1=gbellmf(x,[0.5 10 1]);
y2=gbellmf(x,[0.5 10 0.5]);
y3=gbellmf(x,[0.5 10 1]);
xbasc();
plot2d(x,[y1 y2 y3],leg="y1@y2@y3");
xtitle("Generalized Bell Member Function Example","x","mu(x)");

See Also

member_functions ,   mfeval ,  

Author

Jaime Urzua Grez