How do I run fmincon within SIMULINK
17 次查看(过去 30 天)
显示 更早的评论
I'm working on putting some functions of code from MATLAB script into SIMULINK. The code is running a POMDP algorithm, and requires fmincon to run the optimization process. I've not figured out a way to make this work in SIMULINK. Thanks!
0 个评论
回答(1 个)
Azzi Abdelmalek
2016-4-17
编辑:Azzi Abdelmalek
2016-4-17
3 个评论
Azzi Abdelmalek
2016-4-17
Have you any error message? in your function add
coder.extrinsic('fmincon')
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Statistics and Linear Algebra 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!