how to capture texts in the command window?

I have a gui application. some error messages appear in the command window sometime when i am not around. i would like to be able to capture the messages to a text file, something like an error log. can anyone please let me know how to do that? thank

回答 (2 件)

Walter Roberson
Walter Roberson 2012 年 6 月 28 日
編集済み: Walter Roberson 2012 年 6 月 28 日

0 投票

You might be able to use diary()
Also in some cases evalc() is suitable.
Jan
Jan 2012 年 6 月 28 日

0 投票

I enclose the concern parts of the program in TRY-CATCH blocks and use a dedicated function, which writes to the command window and a log file.
Another idea: The function FEX: CmdWinTool allows to get the text written to the command window.

カテゴリ

ヘルプ センター および File ExchangeMATLAB Compiler についてさらに検索

質問済み:

2012 年 6 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by