| Fuzzy Logic Toolbox | ![]() |
S-shaped built-in membership function.
Synopsis
y = smf(x,[a b])
Description
This spline-based curve is a mapping on the vector x, and is named because of its S-shape. The parameters a and b locate the extremes of the sloped portion of the curve.
Examples
x=0:0.1:10;
y=smf(x,[1 8]);
plot(x,y)
xlabel('smf, P=[1 8]')
See Also
dsigmf, gaussmf, gauss2mf, gbellmf, evalmf, mf2mf, pimf, psigmf, sigmf, trapmf, trimf, zmf
| sigmf | subclust | ![]() |