How to refresh library blocks programmatically?
    11 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
I'd like to run in a script the equivalent of control+K
Thanks
0 comentarios
Respuesta aceptada
  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.
0 comentarios
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

