>> mex -setup

조회 수: 7 (최근 30일)
Asim Muhammad
Asim Muhammad 2016년 8월 29일
답변: Yash 2025년 1월 3일
>> mex -setup Error using mex No supported compiler or SDK was found. You can install the freely available MinGW-w64 C/C++ compiler; see Install MinGW-w64 Compiler. For more options, visit http://www.mathworks.com/support/compilers/R2016a/win64.html.
  댓글 수: 1
Azzi Abdelmalek
Azzi Abdelmalek 2016년 8월 29일
And What is your problem?

댓글을 달려면 로그인하십시오.

답변 (1개)

Yash
Yash 2025년 1월 3일
Hi Asim,
As the error clearly states, the "mex" command requires MinGW compiler which is not found on your machine. To install the compiler, use the Add-Ons menu.
  • On the MATLAB Home tab, in the Environment section, click Add-Ons > Get Add-Ons.
  • Search for MinGW or select from Features.
  • Install the MATLAB Support for MinGW-w64 C/C++/Fortran Compiler
Given below is the link for the same:

카테고리

Help CenterFile Exchange에서 Troubleshooting in MATLAB Compiler SDK에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by