createOptimProblem run etc is not supported for CodeGen - is there an equivalent that is?

1 view (last 30 days)
createOptimProblem run etc is not supported for CodeGen - is there a functional equivalent that is?

Answers (1)

Ryan Livingston
Ryan Livingston on 13 Dec 2016
For the optimization functions that are supported for code generation:
you can simply pass the arguments separately without using createOptimProblem. optimset and optimget can be used to manage options.

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!