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

9 ビュー (過去 30 日間)
Pietro Ferretti
Pietro Ferretti 2021 年 8 月 17 日
回答済み: Fangjun Jiang 2021 年 8 月 17 日
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 Center および File ExchangeEntering Commands についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by