Gaussian member function
y=gaussmf(x,par)
matrix of real.
2 element row vector of parameters.
gaussmf
compute the gaussian member function of
x
with parameters [sig,c]
. This member function
need sig and c.
gaussmf(x,[sig,c])=exp(-(x-c)^2/(2*sig^2))