I installed and activated Matlab on macOS Catalina but it's not opening
11 次查看(过去 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!