필터 지우기
필터 지우기

Matlab GUI will no longer open from terminal

조회 수: 125 (최근 30일)
Lutrinae
Lutrinae 2020년 10월 2일
댓글: Lutrinae 2020년 11월 10일
I have been remote accessing a computer that holds the data and programs I need to do my analysis. For the past few months, I cd into my personal directory and enter
matlab2020a
and the Matlab GUI opens. Earlier today, everything was running as usual, but this afternoon I ran the same command to open matlab, but not the GUI does not open. It opens a 'headless' version. I have tried
matlab2020a -desktop
but the GUI still will not open. Any thoughts on how to remedy this and why it may have suddenly changed?

답변 (1개)

Shubham Khatri
Shubham Khatri 2020년 10월 11일
Please try the following steps.
a. Type the following commands in this sequence and check if it resolves the issue.
  1. Restoredefaultpath
  2. Rehash toolboxcache
  3. Savepath
  4. Matlab -dektop
b. Try checking your startup files, matlabrc files and check whether the remote connection, if any, are configured to forward display.
c. Please go through the following answer and see if it helps
  댓글 수: 1
Lutrinae
Lutrinae 2020년 11월 10일
Thank you for the help! It ended up being an issue that was changed by the administrator that required a simple restart on their end.

댓글을 달려면 로그인하십시오.

카테고리

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