Matlab R2010a supported compiler Visual C++ 2010 is not showing even after downloading.
조회 수: 6 (최근 30일)
이전 댓글 표시
I need to install matlab supported compiler and I downloaded a zip file for the compatible compiler and run the following command in the matlab command window: unzip('D:\Z-Astha\Study\HRS\Tool\VS2010MEXSupport.zip', matlabroot); mex-setup But no compiler is shown. Please advise.
댓글 수: 0
채택된 답변
Walter Roberson
2016년 11월 7일
That .zip does not install a compiler. You need to install the compiler first (get it from Microsoft), and then you install the patch. The patch changes MATLAB so that it knows where to look for the compiler.
추가 답변 (1개)
Jan
2016년 11월 6일
I do not know, what the mentioned ZIP file contains, but the installers of the compiler do not come as ZIP file. You have download a compiler. See https://www.mathworks.com/support/sysreq/files/SystemRequirements-Release2010a_SupportedCompilers.pdf
댓글 수: 3
참고 항목
카테고리
Help Center 및 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!