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 comentarios

Rom
Rom el 30 de Sept. de 2013
Without having to program a printf command into the program
Why?
Cedric
Cedric el 30 de Sept. de 2013
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.

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

Rom
el 30 de Sept. de 2013

Comentada:

el 30 de Sept. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by