Why do I get 'MATLAB quit unexpectedly' when starting R2018a in High Sierra?
3 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2018 年 6 月 25 日
回答済み: MathWorks Support Team
2018 年 6 月 25 日
When trying to start MATLAB R2018a, it crashes with an Apple error stating that 'Matlab Quit Unexpectedly'.
When attempting to start MATLAB using the -nodesktop flag it closes with error 'abort trap 6'.
採用された回答
MathWorks Support Team
2018 年 6 月 26 日
This issue is currently being investigated by MathWorks; the current workaround is to start MATLAB using the '-nosplash' flag.
Open a Terminal window (/Applications/Utilities/Terminal.app) and run the following command:
$MATLAB/bin/matlab -nosplash
Where $MATLAB is the path to your MATLAB directory. For example, if you are using MATLAB R2016b and have installed MATLAB in the default directory, the command will be:
/Applications/MATLAB_R2016b.app/bin/matlab -nosplash
0 件のコメント
その他の回答 (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!