Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个已编译的matlab 程序,它基本上作为dos 框运行(即没有GUI)。当有人关闭程序时,有没有办法让代码执行?通过单击 X 来特别关闭?
我建议定义一个清理任务。这将在函数终止时执行(通过任何方式),因此只要不使用kill -9命令或类似命令关闭程序,代码就会运行。
kill -9