MATLAB Embedded Coder version
조회 수: 10 (최근 30일)
이전 댓글 표시
Hi,
I need to convert some m-code into c-code which includes MATLAB function fminsearch for curve fitting. I'm using r2010b and it seems that fminsearch is not supported by this Embedded Coder version.
Is fminsearch definitely not supported, or is there any way to covert it into c-code by means of my current Embedded Coder version. Do most recent releases support it?
I'm using the following m-file: http://www.mathworks.com/matlabcentral/fileexchange/23611-peak-fitter
Regards.
댓글 수: 0
채택된 답변
Walter Roberson
2013년 8월 26일
fminsearch() still is not supported for code generation as of R2013a. See http://www.mathworks.com/products/matlab-coder/files/matlab-coder-supported-functions-and-system-objects.pdf
fzero() is supported. Also, the optimization toolbox and global optimization toolbox are not supported.
댓글 수: 0
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!