SIMULINK Time Optimization
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I want to optimize my SIMULINK model (run from an .m script) so that based on initial parameters I can quickly hone in on a final value by adjusting the simulation time. But I want the simulation to also be very accurate (down to about 10^-5), but in order to do so it takes a whole lot of time, and can run into a never-ending loop based on how I am running it.
Is there an easy way to do this?
Thanks, Jake
0 commentaires
Réponse acceptée
Fangjun Jiang
le 21 Déc 2011
In the "Sinks" library, there is a block called "Stop Simulation". You can construct a logic (e.g. compare your output against 10e-5). If the logic is true, it will stop the simulation.
You can set your simulation's stop time as inf (infinite) and rely on the logic to stop the simulation. If you log the simulation time "tout", you can find out what exact time it stopped.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Manual Performance Optimization dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!