Display real time clock in Gui
6 次查看(过去 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!