Matlab project loading hanging/not opening
조회 수: 28 (최근 30일)
이전 댓글 표시
I have set up a Matlab project in 2021b and had been using it without issue of a couple of weeks. After not touching it for a week, I can no longer open the .prj as Matlab shows the 'Loading project...' window with the circular widget turning but it won't open the project.
I tried removing any non Matlab related products, and removing all non Matlab official entries in the Path, but with the same result.
I also tried the following command: "C:\Program Files\MATLAB\R2021b\bin\matlab.exe" -softwareopengl
Matlab is not frozen, as it is still responsive to resizing windows & clicking on items in the toolbar, but commands can be entered in the Command Window just not processed.
In terms of resources, Matlab is just idling at 0.1% CPU usage and around 1gb of RAM but slowy rising (+5MB/minute).
댓글 수: 0
답변 (1개)
Santosh Fatale
2023년 5월 10일
Hi Callum,
I understand that you are trying to open the MATLAB project file after a long time but encountering the issue as mentioned in the post.
I understand that you tried to remove non-default entries from MATLAB path. I would recommend you to use below commands to achieve the same through MATLAB command window. Note that following commands would restore the MATLAB search path to its default factory-installed state and remove the paths that you have previously added to the MATLAB search path. It is advisable to save a backup copy of the current MATLAB search path before running the commands.
>> rehash toolboxcache
>> restoredefaultpath
Kindly refer to following links to learn more about the commands used earlier and how to save a copy of the current search path
If persists, I would recommend reaching out to the MathWorks Technical Support team using the following link.
Kindly provide all details while creating a help ticket using the above link.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!