How to run Simulink command without opening those model windows?

21 visualizaciones (últimos 30 días)
I'm working on the project that request running those Matlab/Simulink command such like 'open_system()', 'model([],[],[],'compile')' in the cmd command window. So how to run it without throwing out the model windows the matlab window? I've tried '-automation -nodesktop'. But doesn't work. Thanks a lot!
  2 comentarios
Fangjun Jiang
Fangjun Jiang el 12 de Dic. de 2011
You don't want to show the Simulink model window, or the MATLAB Command Window?
Yuming Cao
Yuming Cao el 12 de Dic. de 2011
Neither of them. Now with load_system i successfully avoid the model window. do you know anything to do with the command window?

Iniciar sesión para comentar.

Respuesta aceptada

Kaustubha Govind
Kaustubha Govind el 12 de Dic. de 2011
Use load_system instead of open_system.
After you finish with the model, use close_system to unload the model from memory.
  2 comentarios
Jessica Jara
Jessica Jara el 11 de Abr. de 2019
Also, it works fine in App Designer !!
Thanks Kaustubha!
Rahul Shinde
Rahul Shinde el 10 de Jul. de 2019
I am facing error while running sim command
Harness operations are not supported because MATLAB was started with -nodisplay option. Please restart MATLAB without this option to enable harness operations.Do you have any solution for above mentioned issue

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by