Filter löschen
Filter löschen

Do you have a 'Matlab diary' equivalent in C or other interpreter language like TCL?

1 Ansicht (letzte 30 Tage)
Do you have a 'Matlab diary' equivalent in C or other interpreter language like TCL?

Antworten (1)

Keerthi Reddy
Keerthi Reddy am 5 Jul. 2023
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.

Kategorien

Mehr zu Debugging and Analysis finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by