How do i make a GUI function that outputs results to a new text window rather than the workspace?

I have a GUI that reads a file and then outputs file characteristics to the workspace using a series of fprintf commands. Because I would to someday compile this GUI for deployment, i would like to output text to new text window. How do i make this happen?

Réponses (1)

Create a text box (either edit or static) and set its string property to be the text you want. And we always recommend getting started here:

Catégories

En savoir plus sur Characters and Strings dans Centre d'aide et File Exchange

Question posée :

le 2 Mai 2012

Community Treasure Hunt

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

Start Hunting!

Translated by