Fuzzy variable
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
.
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.
fismf
| fismftype2
| fisrule
| mamfis
| mamfistype2
| sugfis
| sugfistype2