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