매트랩 Microsoft Visual c++ compiler 설치 인식 오류
显示 更早的评论
매트랩과 AMEsim 연동을 위해 Microsoft visual c++을 설치했습니다.
그러나 설치를 해도 매트랩에서는 계속 Microsoft Visual c++ 컴파일러를 인식하지 못하고있습니다.
어떻게 해결해야할까요?
아래는 ' mex -setup -v'명령어 내용입니다.

回答(1 个)
Monisha Nalluru
2020-7-9
0 个投票
From my understanding, the issue is generally caused when you install Microsoft Visual Studio 2015 in “Typical” setup option which will not install the Visual c/c++ compilers by default. This is seen in Microsoft's documentation:
To resolve this issue, re-run the Visual Studio 2015 installer with ‘Custom’ setup option and enable the ‘Visual C++’ under ‘Programming Languages’.
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 인터페이스를 C++ 라이브러리에 작성하기 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!