Effacer les filtres
Effacer les filtres

How can I solve the error of too many input arguments in fuzzy logic toolbox?

1 vue (au cours des 30 derniers jours)
I'm new here so i don't understand a thing. I was interested in fuzzy logic for food control operations with the help of matlab. I took the help of a decades old book for the program; i'm seeing this and i have no clue
for i = 1:k
CC = [fuzzy(S1(i,:), Qrel(i,:)); fuzzy(S2(i,:), Qrel(i,:)); fuzzy(S3(i,:), Qrel(i,:))];
So=So+CC ;
end
Error using fuzzy
Too many input arguments.
please help out
*see page 397 in the attached pdf for clarity.

Réponse acceptée

Walter Roberson
Walter Roberson le 4 Mai 2024
Currently, in MATLAB, the command fuzzy invokes a fuzzy logic designer.
The actual code on page 397 does not invoke fuzzy: the actual code invokes fuzzyf . The code for the function fuzzyf is given at the bottom of page 399.

Plus de réponses (0)

Catégories

En savoir plus sur Fuzzy Logic Toolbox dans Help Center et File Exchange

Produits


Version

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by