Save Matlab Executable WIndows Dos Screen to a Text File

I created a Matlab GUI and compiled it as an executable. It produces an output to a windows DOS Screen (Black Window). How do you save this output as a text file?

3 件のコメント

Rom
Rom 2013 年 9 月 30 日
Without having to program a printf command into the program
Azzi Abdelmalek
Azzi Abdelmalek 2013 年 9 月 30 日
Why?
Cedric
Cedric 2013 年 9 月 30 日
If it is because you don't want to double all print operations (one to screen, the other to file), you can build a wrapper for FPRINTF which does both.

サインインしてコメントする。

回答 (1 件)

カテゴリ

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

質問済み:

Rom
2013 年 9 月 30 日

コメント済み:

2013 年 9 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by