Main Content
fisvar
Fuzzy variable
Description
Use fisvar
objects to represent the input and output
variables in a fuzzy inference system (FIS). For more information on creating fuzzy inference
systems, see mamfis
, sugfis
, mamfistype2
, and
sugfistype2
.
Creation
Description
creates a fuzzy variable with a
default name, default range, and no membership functions. To change the variable
properties, use dot notation.var
= fisvar
sets the var
= fisvar(range
)Range
property.
sets the var
= fisvar('Name',name
)Name
property.
sets both the var
= fisvar(range
,'Name',name
)Range
and Name
properties.
Properties
Object Functions
Examples
Version History
Introduced in R2018b
See Also
mamfis
| sugfis
| mamfistype2
| sugfistype2
| fisrule
| fismf
| fismftype2