Displaying real time numerical values on GUI
이전 댓글 표시
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?
채택된 답변
추가 답변 (1개)
Sean de Wolski
2012년 2월 3일
I would use a timer
doc timer
You specify where it is in the edit box by modifying the editbox's string.
doc uicontrol
카테고리
도움말 센터 및 File Exchange에서 String Parsing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!