How can I point Matlab to my compiler?
1 回表示 (過去 30 日間)
古いコメントを表示
I have installed Visual C++ 2008 Express Edition with SP1 and Windows SDK 6.1. I was also able to locate my compiler (cl.exe) in C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin. According to the site http://www.mathworks.com/support/compilers/R2013b/index.html, that should be fine, however, when I run mex -setup I still receive the error Error using mex. No supported compiler or SDK was found. Does anyone have any advice or solution on how to point Matlab to the installed compiler? Thanks!
0 件のコメント
回答 (1 件)
Harsheel
2015 年 8 月 5 日
R2013b supports Visual C++ 2008 Professional SP1 Edition. You have express edition which is different. You need to install the Professional Edition.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Troubleshooting in MATLAB Compiler SDK についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!