Error using mex. No supported compiler or SDK was found.
12 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I am getting this following error when I am trying to use MATLAB coder. Can anyone please tell me how to solve this error?
"Error using mex
No supported compiler or SDK was found. For options, visit
regards,
Ganesh
0 件のコメント
回答 (1 件)
Darshan Ramakant Bhat
2019 年 12 月 30 日
You can install any of the supported compiler for MATLAB Coder.
https://www.mathworks.com/matlabcentral/fileexchange/52848-matlab-support-for-mingw-w64-c-c-compiler
Then you can run
>>mex -setup
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!