Do you have a 'Matlab diary' equivalent in C or other interpreter language like TCL?
이전 댓글 표시
Do you have a 'Matlab diary' equivalent in C or other interpreter language like TCL?
답변 (1개)
Keerthi Reddy
2023년 7월 5일
0 개 추천
Hi Seetha Rama Raju,
MATLAB provides a built-in diary function that records command window output, whereas other interpreted languages like C or TCL do not have a direct equivalent.However, one can create a similar functionality by implementing it by themselves, using file I/O operations. Languages like TCL and R have a similar function, but it captures only the output generated by the code and not the commands themselves.
Hope this helps.
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!