Simulink: Run model again without recompiling
Ältere Kommentare anzeigen
Hello!
How do I set up my model so that it only needs to be compiled once and can then be run multiple times? My model takes about 1-2 minutes for compiling and initializing, and then only a couple of seconds to run the simulation, so simply using the previously generated compilation should bring much better performance...
Antworten (2)
Kaustubha Govind
am 12 Jun. 2013
1 Stimme
Would you perhaps want to consider referencing your model as part of another test harness model (see Model Reference). If the referenced model is setup to run in Accelerator mode, the C-code for it is only generated once and won't need to be re-compiled unless there are structural or dependency changes.
David Sanchez
am 12 Jun. 2013
0 Stimmen
I hope this link is of some help:
1 Kommentar
Mari
am 12 Jun. 2013
Kategorien
Mehr zu Simulink Coder finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!