"quadprog" is not supported by Matlab Coder, what can I use instead?
Show older comments
I need to use the MATLAB coder to generate a C code. I can not convert my code because "quadprog" is not supported by MATLAB coder 2016b! What is the alternative solution?
Answers (2)
Walter Roberson
on 4 Feb 2017
0 votes
You will need to write the code or find some code for it. For example http://sigpromu.org/quadprog/ (not a package I am familiar with myself.)
Mary Fenelon
on 21 Apr 2020
0 votes
Code generation is supported for quadprog as of R2020a.
Categories
Find more on Simulink Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!