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

15 次查看(过去 30 天)
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!

回答(1 个)

Jeremy
Jeremy 2020-1-2
编辑:Jeremy 2020-1-2
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 个评论
Yunshen Huang
Yunshen Huang 2020-1-2
编辑:Yunshen Huang 2020-1-2
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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by