如何在 MATLAB 中中止正在运行的程序?
有时,在调用一个函数后(需要大约 30 分钟才能完成),您意识到自己做错了什么,并想要停止程序。
在 MATLAB 中如何做到这一点?
我所做的是完全关闭 MATLAB 并重新启动。我认为有一种方法可以中止函数的执行。
有人知道那是什么吗?
Sometimes after calling a function (which takes some 30 odd minutes to finish), you realize that you did something wrong and want to stop the program.
How do you do that in MATLAB?
What I do is shutdown MATLAB completely and restart. I think there would be a way to abort the execution of the function instead.
Anybody know what that is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尽管 有时会遇到困难。
Hitting Ctrl + C usually does the trick, although sometimes it has been known to run into snags.