removeMF
Remove membership function from fuzzy variable
Syntax
Description
removes the membership function fis
= removeMF(fis
,varName
,mfName
)mfName
from the input or output
variable varName
in the fuzzy inference system
fis
. To use this syntax, varName
must be a
unique variable name within fis
.
Additionally, the specified membership function is removed from any fuzzy rules. If a rule has only the specified membership function in its antecedent, then the entire rule is removed. If a rule has more than one membership function in its antecedent, then the specified membership function is removed from the antecedent.