Optimization Toolbox Functions Available to Matlab Coder

1 vue (au cours des 30 derniers jours)
B.J. Fregly
B.J. Fregly le 12 Jan 2020
Commenté : B.J. Fregly le 7 Oct 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.

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Problem-Based Optimization Setup dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by