Optimization Toolbox Functions Available to Matlab Coder

2 Ansichten (letzte 30 Tage)
B.J. Fregly
B.J. Fregly am 12 Jan. 2020
Kommentiert: B.J. Fregly am 7 Okt. 2020
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.

Akzeptierte Antwort

Steven Lord
Steven Lord am 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 Kommentare
Mary Fenelon
Mary Fenelon am 7 Okt. 2020
C/C++ code generation support for lsqnonlin, lsqcurvefit and fsolve was added in R2020b.
B.J. Fregly
B.J. Fregly am 7 Okt. 2020
Wooo whooo! That new capability will be super helpful for me. Thanks MathWorks!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Problem-Based Optimization Setup finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by