SIMULINK Time Optimization
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Fangjun Jiang
2011 年 12 月 21 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Manual Performance Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!