How to refresh selected model block via command line? (not the Ctrl+K function)

10 views (last 30 days)
We can right click a Model Reference block and select Subsystem & Model Reference -> Refresh Selected Model Block.
I am wondering how to implement this action via command line.
Can you help me? Thanks.

Answers (1)

stozaki
stozaki on 10 Sep 2021
Hello,
You can update the model block by using the following function.
Simulink.ModelReference.refresh
  1 Comment
Kepler
Kepler on 17 Sep 2021
Thank you. But this function is provided since MALTAB 2020a, while mine is MALTAB 2016b..

Sign in to comment.

Categories

Find more on Event Functions in Help Center and File Exchange

Products


Release

R2016b

Community Treasure Hunt

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

Start Hunting!