Displaying real time numerical values on GUI
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
Sean de Wolski
el 3 de Feb. de 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
Categorías
Más información sobre String Parsing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!