Fuzzy Logic Toolbox | ![]() ![]() |
Gaussian curve built-in membership function.
Synopsis
y = gaussmf(x,[sig c])
Description
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
].
Example
x=0:0.1:10; y=gaussmf(x,[2 5]); plot(x,y) xlabel('gaussmf, P=[2 5]')![]()
See Also
dsigmf
, gaussmf
, gbellmf
, evalmf
, mf2mf
, pimf
, psigmf
, sigmf
, smf
, trapmf
, trimf
, zmf
![]() | gauss2mf | gbellmf | ![]() |