Save Matlab Executable WIndows Dos Screen to a Text File
7 次查看(过去 30 天)
显示 更早的评论
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 个评论
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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!