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!