Displaying real time numerical values on GUI
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Sean de Wolski
le 3 Fév 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
Catégories
En savoir plus sur String Parsing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!