| Fuzzy Logic Toolbox | ![]() |
Gaussian curve built-in membership function
y = gaussmf(x,[sig c])
The symmetric Gaussian function depends on two parameters
and c as
given by

The parameters for gaussmf represent the parameters
and c listed
in order in the vector [sig c].
x=0:0.1:10;
y=gaussmf(x,[2 5]);
plot(x,y)
xlabel('gaussmf, P=[2 5]')

dsigmf, gaussmf, gbellmf, evalmf, mf2mf, pimf, psigmf, sigmf, smf, trapmf, trimf, zmf
| gauss2mf | gbellmf | ![]() |
© 1994-2005 The MathWorks, Inc.