Can fast restart be set programmatically?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ksenia Kolcio
le 17 Août 2015
Modifié(e) : Sebastian Castro
le 25 Avr 2018
My model takes a long time to initialize and compile relative to simulation run time. This model is called iteratively in a script using sim(). I hoped to use the Fast Restart feature but the R2015a documentation indicates that Fast Restart can only be used interactively. I verified that my model can use Fast Restart when simulated interactively by clicking the run button. Is there really no way to avoid recompilation programmatically?
0 commentaires
Réponse acceptée
Sebastian Castro
le 17 Août 2015
Modifié(e) : Sebastian Castro
le 25 Avr 2018
Unfortunately, Fast Restart can't be used programmatically in its initial R2015a release.
In R2015b and later, you can enter:
set_param(modelName, 'FastRestart', 'on')
- Sebastian
0 commentaires
Plus de réponses (1)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!