필터 지우기
필터 지우기

MATLAB 2017b running very slow.

조회 수: 18 (최근 30일)
Tushar Tyagi
Tushar Tyagi 2020년 3월 5일
답변: Chidvi Modala 2020년 3월 12일
I am running MATLAB 2017b version on my PC with an academic license. However, whenever I open MATLAB it takes a lot of time to start up and even to change the current directory.
Can anyone suggest any solution?

답변 (1개)

Chidvi Modala
Chidvi Modala 2020년 3월 12일
MATLAB may be running slowly because you have a limited amount of RAM (i.e. under 128MB).
The RAM used by MATLAB at runtime is between 40MB-60MB. The HELP browser can take up another 12MB. If you have limited memory (RAM), your processor may start using virtual memory (from your hard drive). Accessing information from the hard drive is extremely slow compared to accessing information from RAM.
To speed up MATLAB:
1. Follow the memory management suggestions in the documents below.
  • Tech Note 1106: Memory Management Guide
2. You can free up RAM by running MATLAB as the sole application.
3. See the Related Solutions "Is it possible to make MATLAB start up faster if I launch without the MATLAB Desktop?" and "Why does MATLAB run slower when the HELP browser is open?".
4. Some people have found that launching 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. Increase the RAM in your system to the recommended 128MB or more.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by