Mex Compiler error
17 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Kaustubha Govind
el 30 de Mayo de 2012
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 comentarios
Ver también
Categorías
Más información sobre MATLAB Support for MinGW-w64 C/C++ Compiler en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!