- Use the Performance Advisor to automatically identify areas of improvement.
- Consider the workflow context in which you are using your model and consider workflow improvements such as accelerator, model reference, Fast Restart, parallel builds, etc.
- Use Solver Profiler (for variable step solver only) to locate blocks that are triggering solver exceptions, resets, and zero crossings. Consider replacing these blocks with alternatives. Consider the following common example: Why you should never break a continuous algebraic loop with a Memory block » Guy on Simulink - MATLAB & Simulink (mathworks.com)
- Use the Simulink Profiler to identify blocks that are taking the majority of the simulation time. Consider replacing them with blocks of lower fidelity or running them at a reduced sample rate. It's not always a trade-off, similar to other programming languages, sometimes a change in algorithm can achieve the same fidelity with improved speed.
How can I speed up simulation of my Simulink model?
141 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 10 Sep. 2012
Bearbeitet: MathWorks Support Team
am 4 Apr. 2024
I would like to know why my simuation is running slowly in Simulink.
Akzeptierte Antwort
MathWorks Support Team
am 11 Okt. 2024
Bearbeitet: MathWorks Support Team
am 4 Apr. 2024
Please refer to the following article for tips on how to improve model performance.
Key ideas:
1 Kommentar
SALAH alatai
am 24 Feb. 2023
@Saeed Ahmadzadeh Mahboobi Could you please help me by teeling me how to avoid zero crossing detection
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sources finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!