Display real time clock in Gui
7 ビュー (過去 30 日間)
古いコメントを表示
Hello!
I am working on a Gui project and I need to display current time in static text box continuously. I used "date" and "clock" function but I couldn't display it continuously.
Thanks for help .
0 件のコメント
回答 (2 件)
Jan
2011 年 6 月 30 日
You need a timer for this task.
See also: FEX: stopwatch This function contains a timer, which updates a static text object continously. Look for "timer" in the source code.
2 件のコメント
Sean de Wolski
2011 年 6 月 30 日
4 件のコメント
Sean de Wolski
2011 年 6 月 30 日
On the FEX homepage listing, and on the version that I have on my laptop (unsure of which one).
参考
カテゴリ
Help Center および File Exchange で Search Path についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!