Faster way to run simulink simulation repeatedly for a large number of time

4 次查看(过去 30 天)
I want to run a simulation which includes SimEvent blocks (thus only Normal option is available for sim run) for a large number of times, like at least 1000. When I use sim it compiles every time which makes the whole simulation process slow, even though the actual running time is short. I wonder if there is any other solution for running the simulation repeatedly in a faster way. I disabled Rebuild option from Configuration Parameter and it does make it faster but still takes ages to run for around 100 times.
Is there any way to initialize simulation and run it again without stopping it? like clear up every entities and other variables in the system.. Not sure if it even possible to disable compiling the model
Thank you!

回答(1 个)

Kaustubha Govind
Kaustubha Govind 2014-7-2
I think you will find the SimState save/restore feature useful.

类别

Help CenterFile Exchange 中查找有关 Discrete-Event Simulation 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by