Matlab is starting with no GUI (linux). I would like a GUI.
조회 수: 44 (최근 30일)
이전 댓글 표시
Hello --
I am trying to start matlab from the command line in linux. I just use a "matlab" symlink to run /usr/local/MATLAB/R2015b/bin/matlab. This starts headless matlab. I am NOT putting in "-nodisplay" or "-nodesktop". I actually do want the GUI and have had that run by default previously.
Any tips?
Thank you, Mike
댓글 수: 4
Dmitry Boltyanskiy
2025년 4월 23일
@Shashank , I do not have this file. There can I get it and where shouls I put it?
Walter Roberson
2025년 4월 23일
matlab looks in these folders for the first occurrence of .matlab7rc.sh in the following order:
- Current folder
- Home folder ($HOME)
- matlabroot/bin folder
To edit the .matlab7rc.sh file, use the template located in the matlabroot/bin folder.
답변 (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!