what command can be used to compile a model
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Vandhana
el 26 de Feb. de 2014
Comentada: Vandhana
el 23 de Abr. de 2016
I am trying to automate model advisor using script. I opened a model using open_system('model_name'). Now I want to compile model alone instead of simulating model. So that I can save time.
I tried with model_name([],[],[],'compile') and model_name([],[],[],'term')command
Is there any other commands available in matlab.
It would be thankful for any kind of replies.
0 comentarios
Respuesta aceptada
David
el 26 de Feb. de 2014
Hi Vandhana,
try ctrl + b (strg + b) if u installed a compiler the model now gets compiled in your current Folder.
Greetings
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Manual Performance Optimization 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!