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

조회 수: 3 (최근 30일)
IEEE_123 test system, Matlab 2018 version

답변 (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 CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by