Function Reference: rmmf

Function File: fis = rmmf (fis, in_or_out, var_index, mf, mf_index)

Remove a membership function from an existing FIS structure and return the updated FIS.

The types/values of the arguments are expected to be:

ArgumentExpected Type or Value
fisan FIS structure
in_or_out’input’ or ’output’ (case-insensitive)
var_indexvalid index of an FIS input/output variable
mfthe string ’mf’
mf_indexan integer

Note that rmmf will allow the user to delete membership functions that are currently in use by rules in the FIS.

See also: addmf, rmvar