how to start time from 0s
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
mira
el 5 de Abr. de 2015
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 comentario
Jan
el 5 de Abr. de 2015
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.
Respuesta aceptada
Más respuestas (2)
Mahdiyar
el 6 de Abr. de 2015
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
1 comentario
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!