How to improve execution speed of IEEE_123 MATLAB 2018 version to run for 24 hours (86400 s)?

21 ビュー (過去 30 日間)
Hafiz Muhammad Ashraf
Hafiz Muhammad Ashraf 2023 年 1 月 4 日
回答済み: Sarthak 2023 年 4 月 21 日
IEEE_123 test system, Matlab 2018 version
  2 件のコメント
John D'Errico
John D'Errico 2023 年 2 月 12 日
編集済み: John D'Errico 2023 年 2 月 12 日
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?

サインインしてコメントする。

回答 (1 件)

Sarthak
Sarthak 2023 年 4 月 21 日
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.

カテゴリ

Help Center および File ExchangeSimulink Coder についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by