error in c-compiler
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hi how can i resolve this error:
Unable to locate a C-compiler required by Stateflow and MATLAB Function blocks. Use 'mex -setup' to select a supported C-compiler.
0 comentarios
Respuestas (2)
James Tursa
el 22 de Abr. de 2015
Type the following at the command line. When asked if you want MATLAB to look for compilers, press Enter:
mex -setup
If there is a C compiler choice available, select it. If there is no C compiler choice available, then you will have to install one yourself. To see what compilers are supported you can start with this link:
0 comentarios
Ver también
Categorías
Más información sobre Prepare Model Inputs and Outputs 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!