Displaying real time numerical values on GUI
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (1)
Sean de Wolski
am 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
Kategorien
Mehr zu String Parsing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!