fuzzy logic triplets multiplication for overall scores

1 Ansicht (letzte 30 Tage)
harshitha M
harshitha M am 21 Mai 2021
So=[0 0 0;0 0 0;0 0 0;0 0 0];
>> for i=1:k
CC=[fuzzyf(S1(i,:),Qrel(i,:));fuzzyf(S2(i,:),Qrel(i,:));...
fuzzyf(S3(i,:),Qrel(i,:));fuzzyf(S4(i,:),Qrel(i,:))];
So=So+CC;
end
can anyone tell me what does fuzzyf mean in this code . it is from earlier versions of matlab . i am trying use triplets for overall scores using a multiplication rule

Antworten (0)

Kategorien

Mehr zu Fuzzy Logic in Simulink finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by