how to start time from 0s
1 次查看(过去 30 天)
显示 更早的评论
Hi, I am creating a GUI in matlab. I have a button and the time when I press the button is recorded. I manage to do that using clock. However, is there any way the start of the time is from 0s? Thanks.
1 个评论
Jan
2015-4-5
Please edit the question and add much more details. "Using clock" does not explain clearly, what you are doing, therefore I cannot guess what the problem is.
采纳的回答
更多回答(2 个)
Mahdiyar
2015-4-6
Hi mira
you can also use command "clock" as follows:
Start_Time = clock
it gives you the accurate time as following matrix
[year month day hour minute seconds]
Regrads
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!