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

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

Evalt2 ; Not operator not managed #9

Open zeryabmoussaoui opened 6 years ago

zeryabmoussaoui commented 6 years ago

Because of the "abs" operator at every call of "rules" array, it seems that the "not" operator is not managed by eval2 function.

zeryabmoussaoui commented 6 years ago

does the line L144 of evalt2 :

MemberUpper=1/MemberUpper;

correspond to some kind of "Not" operator ?