I can't open matlabR2025a after installing it
조회 수: 522 (최근 30일)
이전 댓글 표시
After installing matlabR2025a, it gets stuck on the startup page. Trying to reinstall and delete the folder under Roaming does not solve the problem.

댓글 수: 9
Evan
2025년 7월 29일
Any update on how to solve this? I'm encountering the same issue. Sometimes the blue Matlab window doesn't even appear.
답변 (2개)
Evan
2025년 8월 6일
This is the response I got from MathWorks Support and just the first 7 steps worked for me. Not sure why a clean install wouldn't work but here you go!
"Thank you for contacting MathWorks Support.
If you haven't done so already, please restart your computer and try to regenerate the MATLAB preferences directory by following these steps:
- Close MATLAB
- Press the Windows Key + R on your keyboard
- In the newly opened window in the bottom left corner of your screen type in the following: %appdata%
- Press Enter on your keyboard. This should bring you into folder named "Roaming".
- Navigate into the "MathWorks" folder and then "MATLAB" folder.
- Rename the folder for your release of MATLAB, e.g R2025a to R2025a_old. Do not remove any folder that ends with "_licenses".
- Launch MATLAB
If the issue is not resolved after doing this, try launching MATLAB with each of the below commands from Windows's Command Prompt:
matlab -nojvm matlab -softwareopengl matlab -nodesktop
If "matlab" is an unknown command, use the command below to navigate into the MATLAB installation directory first:
cd "C:\Program Files\MATLAB\R2025a\bin"
If MATLAB starts with the -nodesktop flag, try typing 'desktop' after opening MATLAB in the command prompt to see if it will open in the full graphics mode. If MATLAB starts in either of these modes, this likely indicates a problem with your Java configuration. You can check to see if there is a MATLAB_JAVA environment variable that may be changing the JVM that MATLAB is using. If this variable exists, try removing it. For additional troubleshooting steps to take if the issue persists, please see this article:
Why will MATLAB not start up properly on my Windows based system?
"
댓글 수: 2
Image Analyst
2025년 8월 6일
@Evan, thanks for posting the procedure that gets it working again. I'm sure it will help others in the future. 🙂
Maurice
2025년 8월 27일
This might be a one-off solution, but just starting the "Activate MATLAB R2025" start menu app or "MathWorksProductAuthorizer.exe" and activating matlab that way worked for me. Then I could start MATLAB R2025 the normal way.
(Win 10 Pro user)
댓글 수: 1
Jason
2025년 11월 10일 20:07
I had the same issue, and this method actually worked for me as well.
Thanks Maurice!
참고 항목
카테고리
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!