매트랩 Microsoft Visual c++ compiler 설치 인식 오류
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
매트랩과 AMEsim 연동을 위해 Microsoft visual c++을 설치했습니다.
그러나 설치를 해도 매트랩에서는 계속 Microsoft Visual c++ 컴파일러를 인식하지 못하고있습니다.
어떻게 해결해야할까요?
아래는 ' mex -setup -v'명령어 내용입니다.

0 comentarios
Respuestas (1)
Monisha Nalluru
el 9 de Jul. de 2020
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 comentarios
Ver también
Categorías
Más información sobre MATLAB 인터페이스를 C++ 라이브러리에 작성하기 en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!