Given a FLC of 2 input
It a rule is defined like this :
if in1 is mf1 and in2 is none , then output is mf1
Evalt2 gives the following error :
"Index in position 2 is invalid. Array indices must be positive integers or logical values."
It seems it tries to acces the rule to the corresponding 0 ( none) value.
Given a FLC of 2 input It a rule is defined like this : if in1 is mf1 and in2 is none , then output is mf1 Evalt2 gives the following error :
"Index in position 2 is invalid. Array indices must be positive integers or logical values."
It seems it tries to acces the rule to the corresponding 0 ( none) value.