Display real time clock in Gui
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
Jan
le 30 Juin 2011
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 commentaires
Sean de Wolski
le 30 Juin 2011
4 commentaires
Sean de Wolski
le 30 Juin 2011
On the FEX homepage listing, and on the version that I have on my laptop (unsure of which one).
Voir également
Catégories
En savoir plus sur Search Path dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!