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

1 view (last 30 days)
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?

Answers (1)

Sean de Wolski
Sean de Wolski on 2 May 2012
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:

Categories

Find more on Data Import and Export in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!