(To be removed) Remove membership function from fuzzy inference system
rmmf
will be removed in a future release. Use
removeMF
instead. For more information, see Compatibility Considerations.
fis = rmmf(fis,varType,varIndex,'mf',mfIndex)
fis = rmmf(fis,varType,varIndex,'mf',mfIndex)
removes the
membership function, mfIndex
, of variable type
varType
, of index varIndex
, from the fuzzy
inference system associated with the workspace FIS structure,
fis
:
Specify varType
as either 'input'
or
'output'
.
varIndex
is an integer for the index of the variable. This
index represents the order in which the variables are listed.
mfIndex
is an integer for the index of the membership
function. This index represents the order in which the membership functions are
listed.