Main Content
addvar
(Removed) Add variable to fuzzy inference system
addvar
has been removed. Use addInput
or
addOutput
instead. For more information, see Version History.
Description
adds an input or output variable to the fuzzy system outfis
= addvar(infis
,varType
,varName
,varRange
)infis
with the
specified name and range.
Indices are applied to variables in the order in which they are added. For example, the first input variable added to a system is input variable number one for that system. Input and output variables are numbered independently.