Display real time clock in Gui
    4 views (last 30 days)
  
       Show older comments
    
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 Comments
Answers (2)
  Jan
      
      
 on 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 Comments
  Sean de Wolski
      
      
 on 30 Jun 2011
        4 Comments
  Sean de Wolski
      
      
 on 30 Jun 2011
				On the FEX homepage listing, and on the version that I have on my laptop (unsure of which one).
See Also
Categories
				Find more on Clocks and Timers in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


