매트랩 Microsoft Visual c++ compiler 설치 인식 오류
14 ビュー (過去 30 日間)
古いコメントを表示
매트랩과 AMEsim 연동을 위해 Microsoft visual c++을 설치했습니다.
그러나 설치를 해도 매트랩에서는 계속 Microsoft Visual c++ 컴파일러를 인식하지 못하고있습니다.
어떻게 해결해야할까요?
아래는 ' mex -setup -v'명령어 내용입니다.

0 件のコメント
回答 (1 件)
Monisha Nalluru
2020 年 7 月 9 日
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’.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB 인터페이스를 C++ 라이브러리에 작성하기 についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!