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
2013년 9월 30일
Azzi Abdelmalek
2013년 9월 30일
Why?
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개)
Azzi Abdelmalek
2013년 9월 30일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!