removeInput
Remove input variable from fuzzy inference system
Description
removes the input variable with the name fis
= removeInput(fis
,inputName
)inputName
from fuzzy inference
system fis
.
The specified input variable is removed from any fuzzy rules. If a rule has only the specified input variable in its antecedent, then the entire rule is removed. If a rule has more than one input variable in its antecedent, then the specified input variable is removed from the antecedent.