フィルターのクリア

Matlab to C code generation with "Coder" command

1 回表示 (過去 30 日間)
Itai Kadosh
Itai Kadosh 2016 年 11 月 3 日
コメント済み: Itai Kadosh 2016 年 11 月 8 日
Hi, I tried to convert Matlab code to C code via the "Coder" command but i got the following error message: "The current MEX compiler 'Microsoft Visual C++ 2015 (C)' is not supported. Use mex -setup to select a supported compiler. Use help codegen for more information on using this command.
The current MEX compiler 'Microsoft Visual C++ 2015 (C)' is not supported. Use mex -setup to select a supported compiler."
What's wrong? i installed "Microsoft Visual studio 2015 professional" and i still received this message... Thanks, Itai

採用された回答

Steven Lord
Steven Lord 2016 年 11 月 3 日
Check that Microsoft Visual C++ 2015 is a supported compiler for the release of MATLAB and MATLAB Coder that you're using. If you're using the current release (right now that is R2016b) see the Supported Compilers link at the top of that page. If you're using an older release select "Previous Releases" in the Other Resources link and review the information for the release you're using.
According to the information in the system requirements, that compiler started to be supported for use by MATLAB as of release R2015b but it was not supported for use by MATLAB Coder until release R2016a.
  1 件のコメント
Itai Kadosh
Itai Kadosh 2016 年 11 月 8 日
Thanks a lot!!

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by