Product of two sigmoidal membership functions
This function computes fuzzy membership values using the product of two sigmoidal
membership functions. You can also compute this membership function using a
fismf
object. For more information, see fismf Object.
This membership function is related to the sigmf
and dsigmf
membership functions.
fismf
ObjectYou can create and evaluate a fismf
object that
implements the psigmf
membership function.
mf = fismf("psigmf",P);
Y = evalmf(mf,X);
Here, X
, P
, and Y
correspond to
the x
, params
, and y
arguments of psigmf
, respectively.
dsigmf
| gauss2mf
| gaussmf
| gbellmf
| pimf
| psigmf
| sigmf
| smf
| trapmf
| trimf
| zmf