Main Content
rmvar
(Removed) Remove variables from fuzzy inference system
rmvar
has been removed. Use removeInput
or
removeOutput
instead. For more information, see Version History.
Description
removes the input or output variable with the specified index from the fuzzy system
outfis
= rmvar(infis
,varType
,varIndex
)infis
.
This command automatically alters the rule list to keep its size consistent with the current number of variables. You must delete from the FIS any rule that contains a variable you want to remove before removing it. You cannot remove a fuzzy variable currently in use in the rule list.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006aSee Also
removeInput
| removeOutput
| addMF
| addRule
| addvar
| rmmf