why i am getting error on command mex -setup c after installation of SDK for MATLAB 2014b
조회 수: 1 (최근 30일)
이전 댓글 표시
when i entered command mex -setup c i got "Error using mex No supported compiler or SDK was found. For options, visit http://www.mathworks.com/support/compilers/R2014b/win64.html." From that link i have downloaded SDK with .NET framework4, but i am getting same error. please share the solution.
댓글 수: 1
Geoff Hayes
2015년 1월 29일
Siva - turn on verbosity for the setup. In the command window type
mex -v -setup
and copy and paste the results to your question. It could be that an environment variable is not set or something like that.
답변 (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!