Force quit matlab from script
古いコメントを表示
I need to run a script and fully close the program when it is complete. Not just the quit command to stop the operation. Is this possible? Using R2015b. Thanks
1 件のコメント
Geoff Hayes
2017 年 7 月 10 日
回答 (1 件)
Walter Roberson
2017 年 7 月 10 日
0 投票
quit is defined to leave MATLAB completely.
However, I recently notice that quit will not interrupt a callback that is executing code.
カテゴリ
ヘルプ センター および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!