Force quit matlab from script
2 ビュー (過去 30 日間)
古いコメントを表示
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 件)
Walter Roberson
2017 年 7 月 10 日
quit is defined to leave MATLAB completely.
However, I recently notice that quit will not interrupt a callback that is executing code.
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!