fismf
Fuzzy membership function
Description
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.
Creation
Syntax
Description
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.
Properties
Object Functions
evalmf | Evaluate fuzzy membership function |
Examples
Version History
Introduced in R2018b