매트랩 Microsoft Visual c++ compiler 설치 인식 오류
조회 수: 12 (최근 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!