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


i want run simulation includes simevent blocks (thus normal option available sim run) large number of times, @ least 1000. when use sim compiles program every time , wonder if there other solution run simulation repeatedly in faster way. disabled rebuild option configuration parameter , make faster still takes ages run around 100 times.

and single simulation time not long @ all.

thank you!

it's difficult why model compiles every time without seeing model , what's inside it. however, parallel computing toolbox provides ability distribute iterations of model across several cores, or several machines (with matlab distributed computing server). see run parallel simulations in documentation more details.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -