smf - S-shaped built-in membership function
Syntax
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, as given by:

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, smf, trapmf, trimf, zmf
 | sigmf | | subclust |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit