I installed and activated Matlab on macOS Catalina but it's not opening
조회 수: 9 (최근 30일)
이전 댓글 표시
I downloaded, installed and activated Matlab in a Mac computer (Catalina).
So I tried to delete R2019b folder under the following path:
/Users/MyUser/Library/Application Support/MathWorks/MATLAB/
When I click Matlab icon on the docker, it regenerates R2019b folder and software still doesn't open.
What should I check for?
Thank you.
댓글 수: 0
답변 (1개)
Irene Boben
2020년 1월 30일
Try running MATLAB without the desktop environment.
Open a Terminal window (/Applications/Utilities/Terminal.app) and run the following command:
$MATLAB/bin/matlab -nodesktop
Where $MATLAB is the path to your MATLAB directory.
Since you are using MATLAB R2019b and if you have installed MATLAB in the default directory, the command will be:
/Applications/MATLAB_R2019b.app/bin/matlab -nodesktop
If MATLAB starts, it will start in the Terminal window itself.
The title of the Terminal window will change to say “MATLAB_maci64 -nodesktop.” From the Terminal window, run the command “desktop” to attempt to start the MATLAB desktop environment.
This will produce an error message which may help you to identify the problem. If you would like assistance in interpreting the error, please contact MathWorks support.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!