MATLAB Embedded Coder version

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?
Regards.

 採用された回答

Walter Roberson
Walter Roberson 2013 年 8 月 26 日

0 投票

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.

その他の回答 (1 件)

César
César 2013 年 8 月 27 日

0 投票

Thanks.

カテゴリ

ヘルプ センター および File ExchangeDeployment, Integration, and Supported Hardware についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by