フィルターのクリア

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

1 回表示 (過去 30 日間)
Seetha Rama Raju Sanapala
Seetha Rama Raju Sanapala 2014 年 7 月 29 日
回答済み: Keerthi Reddy 2023 年 7 月 5 日
Do you have a 'Matlab diary' equivalent in C or other interpreter language like TCL?

回答 (1 件)

Keerthi Reddy
Keerthi Reddy 2023 年 7 月 5 日
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.

カテゴリ

Help Center および File ExchangeDebugging and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by