Fuzzy membership function
Use a fismf
object to represent a type-1 fuzzy membership
function. For each input and output variable in a fuzzy inference system (FIS), one or more
membership functions define the possible linguistic sets for that variable. For more
information on membership functions, see Foundations of Fuzzy Logic.
creates a fuzzy membership
function (MF) with default type, parameters, and name. To change the membership function
properties, use dot notation.mf
= fismf
sets the mf
= fismf(type
,parameters
)Type
and Parameters
properties.
sets the mf
= fismf('Name',name
)Name
property.
sets the mf
= fismf(type
,parameters
,'Name',name
)Type
, Parameters
, and
Name
properties.
evalmf | Evaluate fuzzy membership function |