function

dsigmf - Absolute Difference of Two Sigmoidal member function

Calling Sequence

y=dsigmf(x,par)

Parameters

Description

dsigmf compute the absolute difference of two sigmoidal member function of x with parameters [a,b,c,d] .

Examples

x=linspace(0,1,100)';
y1=dsigmf(x,[15 0.1 15 0.3]);
y2=dsigmf(x,[15 0.5 15 0.7]);
y3=dsigmf(x,[15 0.5 -15 0.7]);
xbasc();
plot2d(x,[y1 y2 y3],leg="y1@y2@y3");
xtitle("Absolute Difference of Two Sigmoidal Member Function Example","x","mu(x)");

See Also

member_functions ,   mfeval ,  

Author

Jaime Urzua Grez