필터 지우기
필터 지우기

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