No supported compiler was found.
106 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Walter Roberson
2020 年 12 月 1 日
By the way, Visual Studio does not install the C compiler by default.
採用された回答
Matt J
2019 年 4 月 8 日
If you just run
>> mex -setup
it should present you with the compilers that Matlab can actually see. That should provide a clue.
1 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File 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!