Error using mex: No supported compiler or SDK was found
이전 댓글 표시
답변 (2개)
Fangjun Jiang
2018년 4월 20일
편집: Walter Roberson
2023년 10월 19일
2 개 추천
VC 2017 certainly won't be recognized by MATLAB R2015a. But SDK 7.1 should be supported. Make sure you have NET Framework 4.0.
Follow link on this page to find the exact detail.
Shounak Shastri
2018년 4월 20일
0 개 추천
You need to download and install a compiler first.
Go to the add-ons and click on get add-ons. You will get a list of add-ons which you can install.
Install MinGW-w64 GCC from the list and then run the mex setup.
Hope this helps.
댓글 수: 3
NNL
2018년 4월 20일
Shounak Shastri
2018년 4월 20일
편집: Shounak Shastri
2018년 4월 20일
Sorry this Min64 compiler is for 2015b and above. You probably need .NET framework.
NNL
2018년 4월 20일
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
