[Linux] matlab启动失败,启动后白屏幕

조회 수: 14 (최근 30일)
昌顼 唐
昌顼 唐 2024년 8월 28일
답변: Manikanta Aditya 2024년 10월 10일

답변 (1개)

Manikanta Aditya
Manikanta Aditya 2024년 10월 10일
Hi,
It seems you’re encountering an issue where MATLAB starts with a white screen on Linux.
  1. Regenerate Preferences: Sometimes, corrupted preferences can cause startup issues. You can regenerate your MATLAB preferences by removing the preferences directory. This will be recreated the next time you start MATLAB.
  2. Move Working Directory: Ensure there are no conflicting files in your MATLAB path. Move the contents of your ~/Documents/MATLAB folder to another location and try starting MATLAB again.
  3. Debugging Mode: Start MATLAB with the desktop and Java options disabled to see if it’s a Java issue:
matlab -nodesktop
matlab -nojvm
matlab -nodisplay
Refer to the following MATLAB Answer post to know more about the MATLAB start up issues on Linux Machine:
Hope this helps.

카테고리

Help CenterFile Exchange에서 Big Data Processing에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!