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 で App Building についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!