How do I run fmincon within SIMULINK
18 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Azzi Abdelmalek
am 17 Apr. 2016
Bearbeitet: Azzi Abdelmalek
am 17 Apr. 2016
3 Kommentare
Azzi Abdelmalek
am 17 Apr. 2016
Have you any error message? in your function add
coder.extrinsic('fmincon')
Siehe auch
Kategorien
Mehr zu Statistics and Linear Algebra finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!