How can I generate code for a Matlab function block in Simulink that contains a ''quadprog function''?

1 view (last 30 days)
I have a simulink model that contains a matlab function in which I have an optimization problem that is solved by quadprog function. I am facing a problem when performing the code generation for the matlab function block due to the presence of the quadprog func.

Answers (1)

Jonas
Jonas on 9 Jul 2021
See the C/C++ Code Generation notes here.
See an example for generating code with quadprog function here.

Categories

Find more on Manual Performance Optimization in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!