Difference between two sigmoidal membership functions
This function computes fuzzy membership values using the difference between 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 psigmf
membership functions.
fismf
ObjectYou can create and evaluate a fismf
object that
implements the dsigmf
membership function.
mf = fismf("dsigmf",P);
Y = evalmf(mf,X);
Here, X
, P
, and Y
correspond to
the x
, params
, and y
arguments of dsigmf
, respectively.