How to configure a compiler (SDK) in matlab
3 ビュー (過去 30 日間)
古いコメントを表示
Hi all,
I have installed Microsoft SDK to run a toolbox as recommended from the developer. But it seems that Matlab is not recognize/finding it on my pc. This is the error message
>> mex -setup
Welcome to mex -setup. This utility will help you set up
a default compiler. For a list of supported compilers, see
http://www.mathworks.com/support/compilers/R2013a/win64.html
Please choose your compiler for building MEX-files:
Would you like mex to locate installed compilers [y]/n? y
No supported SDK or compiler was found on this computer.
For a list of supported compilers, see
http://www.mathworks.com/support/compilers/R2013a/win64.html
Error using mex (line 206)
Unable to complete successfully.
Any idea?
maybe I have to tell Matlab where to find it?
1 件のコメント
Harsheel
2015 年 7 月 20 日
I am assuming you're talking about Windows SDK 7.1. If so, have you looked at this solution?
回答 (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!