Displaying real time numerical values on GUI
Show older comments
Hi,
I want to display a changing number in an editbox available on my GUI figure. What command should I use for that and how do I specify it is exact location in the edit box?
Accepted Answer
More Answers (1)
Sean de Wolski
on 3 Feb 2012
I would use a timer
doc timer
You specify where it is in the edit box by modifying the editbox's string.
doc uicontrol
Categories
Find more on String Parsing 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!