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!