Optimization Toolbox Functions Available to Matlab Coder

2 views (last 30 days)
Can someone provide an update on which Optimization Toolbox functions are supported by the Matlab Coder, and in particular, if it now supports lsqnonlin?
I would like to convert Matlab code that calls fmincon (which I know works) and lsqnonlin into C++ code.

Accepted Answer

Steven Lord
Steven Lord on 12 Jan 2020
The blue bar labeled "Documentation" near the top of the main documentation page for each MathWorks product should have a link titled Functions. You can see it on the Optimization Toolbox main documentation page. Clicking on it will bring up a list of functions in the product. In the frame to the left there may be check boxes where you can filter the list based on certain extended capabilities (if there are functions in the product that support those extended capabilities.)
Looking at the list of functions that have the "C/C++ Code Generation" extended capability in Optimization Toolbox, lsqnonlin is not in that list. The Extended Capabilities section on the lsqnonlin documentation page also does not list C/C++ Code Generation support (the extended capability it has is Automatic Parallel Support.)
  5 Comments
Mary Fenelon
Mary Fenelon on 7 Oct 2020
C/C++ code generation support for lsqnonlin, lsqcurvefit and fsolve was added in R2020b.
B.J. Fregly
B.J. Fregly on 7 Oct 2020
Wooo whooo! That new capability will be super helpful for me. Thanks MathWorks!

Sign in to comment.

More Answers (0)

Categories

Find more on Problem-Based Optimization Setup in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!