Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Logging of a calculation process as a .txt file
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (1개)
per isakson
2012년 8월 4일
편집: per isakson
2012년 8월 4일
This FEX contribution might help:
or this one
or a last one
댓글 수: 1
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!