How to abort a running program in MATLAB?

后端 未结 1 1661
梦谈多话
梦谈多话 2020-12-03 07:25

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.

相关标签:
1条回答
  • 2020-12-03 07:58

    Hitting Ctrl + C usually does the trick, although sometimes it has been known to run into snags.

    0 讨论(0)
提交回复
热议问题