Matlab to C code generation with "Coder" command
조회 수: 1 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
채택된 답변
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.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Code Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!