Can I save all the command history of a running script?

7 次查看(过去 30 天)
Hi everybody, I'm running on my MATLAB a huge simulation and I would like to export the command history generated by my script (which is stil running and must not be stopped), indeed I'm not able to see all the outputs that have been generated due to the limit of lines of command history. Is there a way to save all the past outputs without stopping the process?
  1 个评论
Rik
Rik 2021-8-17
You should have modified the code to let it write to a file (possibly in addition to printing to the command window).

请先登录,再进行评论。

回答(1 个)

Fangjun Jiang
Fangjun Jiang 2021-8-17
diary()?

类别

Help CenterFile Exchange 中查找有关 Entering Commands 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by