Delete variable in fls and return it with this change.
fls=delvar( fls_input, var_type , var_idx)
fuzzy logic system (as input).
string. "input" for input variable, "output" for output variable.
integer. Variable number.
delvar
delete a variable from fuzzy logic system
fls_input
and return it with this change as fls
.
This command delete the var_idx
variable (depends of
var_type
parameter) and all associated member functions. If
the fuzzy logic system have rules, then fix the rules reflecting the
change.