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
Description
returns a type-1 fuzzy membership
function (MF) with default type, parameters, and name. To change the membership function
properties, use dot notation.mf
= fismf
specifies the membership function type and parameters.mf
= fismf(type
,parameters
)
Input Arguments
Properties
Object Functions
evalmf | Evaluate fuzzy membership function |
Examples
Version History
Introduced in R2018b