How can I run Simulink 'Build model' from the command line

6 visualizaciones (últimos 30 días)
Yunshen Huang
Yunshen Huang el 2 de En. de 2020
Editada: Yunshen Huang el 2 de En. de 2020
Hi all,
I am now want to run the Simulink with Quanser hardware in matlab 2012b in external mode. Therefore I need to run 'build model' every time before connect to the hardware.
My Current work is to countineously run the Simulink until the result satisfies some critirions. Therefore, I prefer to run the simulink programmly. However I only found 'set_param' to connect, start the Simulink. However, there is no way for me to run the 'Build model' function purely by the cmd line.
The reason that I have to build first is that there is one 'From Workspace' block. For each time I run the Simulink, I have to update this variable. This caused original build model is different with the current variable-updated one, which raises an error says like the model is different, cannot connect. Therefore, there is another way to solve my issue is that update variables without changing the built model.
To sum up, my question is 1. how to run Simulink 'Build model' from the command line. or 2. how to update the 'from workspace' block's value without changing the originally built model.
Thanks for your help!

Respuestas (1)

Jeremy
Jeremy el 2 de En. de 2020
Editada: Jeremy el 2 de En. de 2020
I'm not sure if I'm understanding your use case completely, but I think you are looking for sim?
sim('modelname.slx');
If that doesn't help, then perhaps in.applyToModel?
  1 comentario
Yunshen Huang
Yunshen Huang el 2 de En. de 2020
Editada: Yunshen Huang el 2 de En. de 2020
Thanks for your reply. But 'sim' seems doesn't support the external mode. Once I use
sim('plt_get_traj.slx','SimulationMode','external')
it reports
Cannot perform command line simulation of 'plt_get_traj' in external mode
While I have to run it in external mode

Iniciar sesión para comentar.

Categorías

Más información sobre Programmatic Model Editing 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!

Translated by