フィルターのクリア

MATLAB extremely slow. How to fix?

437 ビュー (過去 30 日間)
James Boric
James Boric 2022 年 5 月 27 日
回答済み: Rishav 2023 年 9 月 13 日
Slow to the point of moving the cursor takes upward of ten seconds each time.
When I started MATLAB up it asked if I wanted to let it accept incoming network connections and I said deny. Could that be affecting it? How can I change that back.
  1 件のコメント
Image Analyst
Image Analyst 2022 年 5 月 27 日
Do you have Windows? If so type control-shift-Esc and look at the performance tab, especially the CPU. Is it really MATLAB that is taking all the image? Does the cursor move slow in other apps? If something/anything even MATLAB is taking all the CPU time, it will move slow in all apps.

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

回答 (1 件)

Rishav
Rishav 2023 年 9 月 13 日
Hi James,
To speed up MATLAB, you can try the following fixes:
1. Follow the memory management suggestions in the document below.
2. You can free up RAM by running MATLAB as the sole application.
3. Launching MATLAB without the desktop, and then subsequently invoking the desktop, speeds up MATLAB, both when starting and when running. To do this, you can add the -nodesktop option during startup, and add the following line of code to your "startup.m" file:
desktop
4. The RAM used by MATLAB at runtime is between 40MB-60MB. The HELP browser can take up another 12MB. So, if you have limited RAM, increase the RAM in your system to the recommended 128MB or more.
Thank you,
Rishav Saha

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by