Main Content
gbellmf
Generalized bell-shaped membership function
Syntax
Description
This function computes fuzzy membership values using a generalized bell-shaped
membership function. You can also compute this membership function using a
fismf
object. For more information, see fismf Object.
Examples
Input Arguments
Output Arguments
Alternative Functionality
fismf
Object
You can create and evaluate a fismf
object that
implements the gbellmf
membership function.
mf = fismf("gbellmf",P);
Y = evalmf(mf,X);
Here, X
, P
, and Y
correspond to
the x
, params
, and y
arguments of gbellmf
, respectively.