Extended Gaussian member function
y=gauss2mf(x,par)
matrix of real.
4 element row vector of parameters.
gauss2mf
compute the extended gaussian member function of
x
with parameters [sig1,c1,sig2,c2]
. This member
function need sig1, c1, sig2,c2
.
f(x,sig,c)=exp(-(x-c)^2/(2*sig^2))
gauss2mf is the compination of both curves.