Simulink stuck between initalizing and running

10 views (last 30 days)
When I'm running a Simulink model the first time after Matlab startup, the simulations takes 15 seconds..
Then, each time I run the model it takes several minutes after the initialisation, either displaying "running t=0.00" or just "running". Then the times increments normally and it goes on the the simulation phase.
I have the same phenomenon on different models, one using Power System, one particularly large, one only using the control toolbox.
I have tried tweaking the settings, using fixed steps, variable steps, changing the tolerance without any improvements.
I've tried using sldiagnostics and the profiler, but the several minutes are missing, as if they were between the compiling and running phase.
A colleague running the same model on a computer with the same specs doesn't have the same issue.
Do you have any ideas where to look for?

Accepted Answer

BDI
BDI on 3 Jan 2019
Edited: BDI on 17 May 2023
It looks like I was streaming too many signals.
Deleting the archive in the SDI helps a lot too.
  1 Comment
Itamar Engelman
Itamar Engelman on 12 Sep 2021
It happens to me as well
I was needed to delete my dashboard scope(only one signal) but it solves my problem.
Thanks

Sign in to comment.

More Answers (0)

Categories

Find more on Configure and View Diagnostics in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!