How to improve execution speed of IEEE_123 MATLAB 2018 version to run for 24 hours (86400 s)?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
IEEE_123 test system, Matlab 2018 version
2 Kommentare
John D'Errico
am 12 Feb. 2023
Bearbeitet: John D'Errico
am 12 Feb. 2023
Improving execution speed is easy to increase. Get a faster computer.
Do you really expect a better answer than that, on a question as vague as is your question?
Antworten (1)
Sarthak
am 21 Apr. 2023
Hi Hafiz,
As per my understanding, you should consider using a high-performance computer or cluster with ample CPU and memory resources.
Apart from hardware optimizations you may also consider:
- Optimizing your algorithm
- Consider compiling your code to an executable or MEX file for faster execution speed compared to running MATLAB code.
- Parallel Computing
Attaching some documentation links for your reference.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Simulink Coder finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!