Problem with fuzzy logic membership function assignment in code
Mostra commenti meno recenti
I have a problem with Optimization of fuzzy controller in code before run simulink file with the updated mfs values
fuzzy3 is fis file name with 3 inputs and 1 output
first command works
z=[Fuzzy3.input(2).mf.params]
but the seconds not work
[Fuzzy3.input(2).mf.params]= zed
it returns ... Insufficient number of outputs from right hand side of equal sign to satisfy assignment.
the first output z is 1*23 double and also the second zed ... same size
could anyone help me solve this issue.
Risposta accettata
Più risposte (1)
Ahmed shams
il 4 Feb 2021
0 voti
Categorie
Scopri di più su Fuzzy Logic Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!