フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Logging of a calculation process as a .txt file

2 ビュー (過去 30 日間)
Jakob Sievers
Jakob Sievers 2012 年 8 月 4 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi guys
I am running a long calculation process which sometimes outputs a string, using disp(), in order for the user to keep track of how the process is running. I would like to save these strings continuously to a single .txt file for later reference. I.e.: something like:
[Time] Process started
[Time] Process at 10%
[Time] Subroutine successfully initiated
etc...
How would I best go about doing this?
Thanks in advance

回答 (1 件)

per isakson
per isakson 2012 年 8 月 4 日
編集済み: per isakson 2012 年 8 月 4 日
  1 件のコメント
Andrew Janke
Andrew Janke 2020 年 1 月 31 日
One more to add to your list:
SLF4M - A simple logging framework for Matlab
Full disclosure: This is my own library. But I think it's nicer and more powerful than the existing alternatives.

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by