Add a new member function to a fls structure
fls=addmf( fls_input, input_output , var_index , mf_name , mf_type , mf_par )
fuzzy logic system (as input).
fuzzy logic system (as output).
string. "input"
for input variable, "output"
for output variable.
integer. Variable number.
string. Member function tag-name
string. Member function type.
row vector of reals. Member function parameters.
addmf
add a new member function to fuzzy logic system
fls_input
and return it with this change as fls
.
This command only add the member function named mf_name
with
type mf_type
and parameters mf_par
if the
variable var_index
exist as input or output (depends of
input_output
parameter).