Matlab 2019b constantly accessing disk drive
이전 댓글 표시
Hi,
I have enountered an issue with Matlab 2019 (A and B) on my Windows 10 laptop.
The computer works fine when Matlab is closed.
However, when Matlab is open, everything slows down and the response to keyboard/mouse input becomes sluggish on all applications (notepad, word, excel, etc.)
If all applications are closed, except for Matlab, Task Manager shows constant disk access.
When Matlab is shut down, the computer resumes normal operation without any issue.
This appears to be related to the use of Matlab software when the application is open.
I am an active Matlab user and have not experienced this before.
Has anyone else encountered this issue?
Is there a solution to this problem?
Anything to do with windows updates (my laptop is up to date) ?
Thanks
답변 (1개)
Sunand Agarwal
2020년 10월 16일
Hi
Please try the following workarounds and see if any of them help resolve the issue:
Workaround 1:
Click "Preferences" in the Home tab of the MATLAB Desktop and then go to MATLAB -> General -> Source Control and select "None" and Click "OK". Please restart MATLAB and see if the issue still persists.
Workaround 2:
Does MATLAB open when you try to open it? Can you run any commands in MATLAB Command Window? If so, please try the following command in MATLAB Command Window and then restart MATLAB and see if it is still slow:
>> opengl('save','software')
Workaround 3:
If that doesn't work, could you please try the following steps and see if your MATLAB is still slow?
Please try (a) regenerating preferences, (b) restoring MATLAB to default paths and (c) rehashing toolboxcache:
a) How do I regenerate my MATLAB preferences?
b) Restore search path to factory-installed state.
Before modifying the search path, you can take a backup of your 'pathdef.m' file, which can be located by using the command in MATLAB Command Window
>> which -all pathdef
Before proceeding, you should backup this file by copying it to a folder outside of your MATLAB path. After making the backup, please execute the following commands in the MATLAB Command Window to restore the default MATLAB search path.
>> restoredefaultpath
c) In MATLAB Command Window, execute the following command:
>> rehash toolboxcache
For more information about the above command, please take a look at the following link:
d) After the above steps, please use MATLAB normally to see if the issue occurs again. If the issue is resolved, then you can save the new MATLAB search path by executing the following command:
>> savepath
Hope this helps.
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!