Monitor clock continuously while being able to performing other actions

1 view (last 30 days)
Hi,
I am working on a GUI which is then converted to an executable file. The program will be on 24x7, though the user will operate it only a few times. I want to continuously monitor the clock time and perform certain actions when it is midnight (clock returns 0 for hour, min and sec.) However, the user should be allowed to run the application and perform other calculations at anytime he wants while this clock check is being done. He will not be using it continuously, he might run it maybe 10 times a day at anytime he wants and each run takes a couple of minutes. Is that doable? Attached is my GUI figure in case it helps.
Thank you !

Accepted Answer

abc
abc on 26 Jun 2015
The problem gets solved by using drawback. In case someone else needs it.

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!