In Matlab, is it possible to terminate a script, but save all its internal variables to workspace?

前端 未结 3 1291
不思量自难忘°
不思量自难忘° 2020-12-01 08:05

I am running a script, but it is taking much too long so I want to terminate the script. However it has calculated a lot of data which I would ideally not want to throw away

3条回答
  •  长情又很酷
    2020-12-01 09:02

    You just have to click inside your script so you can get the Editor page open, and then press pause, and see all intern values there.

提交回复
热议问题