Optimization Toolbox Functions Available to Matlab Coder

조회 수: 2 (최근 30일)
B.J. Fregly
B.J. Fregly 2020년 1월 12일
댓글: B.J. Fregly 2020년 10월 7일
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.

채택된 답변

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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by