Delete member function to a fls and return it with this change.
fls=delmf( fls_input , input_output , var_index , mf_index )
fuzzy logic system (as input).
fuzzy logic system (as output).
string. "input" for input variable, "output" for output variable.
integer. Variable number.
integer. Member function number.
delmf
delete a member function from fuzzy logic system
fls_input
and return it with this change as fls
.
This command only delete the mf_index
member function of the
var_index
variable if the member function exist in the input
or output (depends of input_output
parameter). If the fuzzy
logic system have rules, then fix the rules reflecting the change.