No supported compiler was found.
84 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nicolas Bourbaki
am 8 Apr. 2019
Kommentiert: Walter Roberson
am 1 Dez. 2020
Upon trying to compile a file using mex, I receive the following error message:
Error using mex
No supported compiler was found.
I installed Visual Studio 2017 with support for C++ and actually
mex -setup C++
lets me choose my compiler.
Which additional diagnostics could I run in order to pin down the problem?
6 Kommentare
Walter Roberson
am 1 Dez. 2020
By the way, Visual Studio does not install the C compiler by default.
Akzeptierte Antwort
Matt J
am 8 Apr. 2019
If you just run
>> mex -setup
it should present you with the compilers that Matlab can actually see. That should provide a clue.
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Troubleshooting in MATLAB Compiler SDK finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!