Mex Compiler error
20 ビュー (過去 30 日間)
古いコメントを表示
I build a Simulink model for Asynchronous machine modelling where i used embedded MATLAB function , but i can not run it and the error message is like following. "The mex compiler '<unknown>' is not supported for simulation builds. Use 'mex -setup' to select a supported compiler" How could I solve it?
0 件のコメント
回答 (1 件)
Kaustubha Govind
2012 年 5 月 30 日
Install a supported compiler by looking at the list for your MATLAB version and platform. Then, run "mex -setup" and allow it to locate the installed compiler automatically. You can follow the directions at the prompt to select that compiler.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!