Simulink simulation too slow
5 ビュー (過去 30 日間)
古いコメントを表示
Good morning,
I am trying to run a simulink file that is devided into two sections, the first contains switches and PV systems (5 systems), and the second is the control that i get from a interpreted function. I ran each section alone and the speed is somehow acceptable, but once I run the whole simulation toghether it takes tooo much time.
What can I do to increase the speed of this simulation.
Thanks in advance.
0 件のコメント
回答 (1 件)
Jesús Zambrano
2021 年 5 月 22 日
Hey Fadi,
There are several reasons that can slow down your simulation. Here I include few possible causes:
Hope it helps!
2 件のコメント
Jesús Zambrano
2021 年 5 月 22 日
Interpreted Matlab Function block is slow because it calls the MATLAB parser during each integration step. Consider using built-in blocks (such as the Math Function block) instead. Here, I include a section in documentation showing how to use it with some example:
参考
カテゴリ
Help Center および File Exchange で General Applications についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!