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!