gaussmf

Gaussian curve built-in membership function

Syntax

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].

Examples

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


© 1994-2005 The MathWorks, Inc.