Problem with fuzzy logic membership function assignment in code
이전 댓글 표시
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.
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!