Display real time clock in Gui
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (2)
Jan
am 30 Jun. 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 Kommentare
Sean de Wolski
am 30 Jun. 2011
4 Kommentare
Sean de Wolski
am 30 Jun. 2011
On the FEX homepage listing, and on the version that I have on my laptop (unsure of which one).
Siehe auch
Kategorien
Mehr zu Search Path finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!