Mex Compiler error
조회 수: 17 (최근 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!