How to compile the model just once and then simulate it various times without compiling again and again.

3 Ansichten (letzte 30 Tage)
I want to compile the model just once and then simulate it various times without compiling again and again, as in case of a signal builder, Via a script. Is it possible? If yes then can you please help me with the solution.
Regards Mandeep Singh
  1 Kommentar
Sebastian Castro
Sebastian Castro am 18 Dez. 2015
Which version are you on? If you have R2015b, there is a command-line way to set up Fast Restart simulation.
set_param('modelName','FastRestart','on');
sim('modelName', ... )
...
sim('modelName', ... )
set_param('modelName','FastRestart','off');
- Sebastian

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Configure and View Diagnostics finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by