Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Logging of a calculation process as a .txt file
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
per isakson
am 4 Aug. 2012
Bearbeitet: per isakson
am 4 Aug. 2012
This FEX contribution might help:
or this one
or a last one
1 Kommentar
Andrew Janke
am 31 Jan. 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.
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!