How to refresh library blocks programmatically?

11 visualizaciones (últimos 30 días)
olivier
olivier el 30 de Mayo de 2012
I'd like to run in a script the equivalent of control+K
Thanks

Respuesta aceptada

TAB
TAB el 7 de Jun. de 2012
AFAIK, there no specific command for Ctrk+K (Referesh model block). But, library block can also be refreshed using update diagram (ctrl+D). Update diagram can be issued using command
>> set_param('YourModel','SimulationCommand','update');
Just for information, in newer version of simulink, library block and model reference block refreshes automatically. See this blog.

Más respuestas (0)

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by