How do i make a GUI function that outputs results to a new text window rather than the workspace?
Show older comments
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
on 2 May 2012
0 votes
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 Scope Variables and Generate Names 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!