Simulink continue simulation from last timestep

9 views (last 30 days)
I have some a Simulink project with multiple MATLAB function blocks, resulting in quite slow simulation. (I know function blocks slow down simulation, but for now I can't think of a way around it). It takes about a minute to simulate 10 seconds.
I'm wondering if there is a way to continue simulating at the last state. For example, say I simulate 10 seconds, but the phenomenon I want to observe is not complete, and want to simulate for an additional 10 seconds. I change the 'Stop Time' to 20, but then the simulation restarts from time 0, and I have to wait all over again. Is there a way to get Simulink to not clear it's data, and continue from the last time?
Thanks!

Accepted Answer

Paul
Paul on 22 Sep 2021
Unclear why Matlab Function blocks would slow anything down, at least not as a general rule.
Save and Restore operating points can be used for run-stop-continue workflow.

More Answers (0)

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!