How to use ga multiobjective optimisation in new matlab optimize live editor?
显示 更早的评论
I am using matlab optimize live editor ,and using ga multiobjective optimisation but not able to give lower bound and upper bound for my design variables ,can anybody help me this ,what am i doing wrong.





回答(1 个)
Sam Chak
2022-7-9
@ARJUN GUPTA, it seems that the error message tries to tell you that it found the first undefined symbol omega in the constraintFcn(x) function. In other words, the symbol
omega = 75.36;
is not defined inside the constraintFcn(x) function. In fact, check other symbols Mt, sigmab, Ko as well.
类别
在 帮助中心 和 File Exchange 中查找有关 Multiobjective Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


