Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Logging of a calculation process as a .txt file

1 visualizzazione (ultimi 30 giorni)
Jakob Sievers
Jakob Sievers il 4 Ago 2012
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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

Risposte (1)

per isakson
per isakson il 4 Ago 2012
Modificato: per isakson il 4 Ago 2012
  1 Commento
Andrew Janke
Andrew Janke il 31 Gen 2020
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.

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by