"quadprog" is not supported by Matlab Coder, what can I use instead?

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)

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.)
Code generation is supported for quadprog as of R2020a.

Categories

Find more on Simulink Coder in Help Center and File Exchange

Asked:

on 4 Feb 2017

Answered:

on 21 Apr 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!