ahmettaskin / type-2-fuzzy-logic-systems-matlab-toolbox

Matlab Toolbox for Interval Type-2 Fuzzy Logic Systems
GNU General Public License v3.0
31 stars 24 forks source link

Evalt2 failed with "none" input #8

Open zeryabmoussaoui opened 6 years ago

zeryabmoussaoui commented 6 years ago

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.