Current time - datetime and datenum
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Kaique Silva
el 16 de Jun. de 2015
Respondida: dpb
el 16 de Jun. de 2015
Hi, I am using the time as part of my plot, but I need to get the current time, just the time, not the data. I know that if I use the diatomite function ('now') will give me the current date and time, but my data is only with time, it doesn't have the date. Then I'd convert it with the datenum. Is there any function that could give just the current time?
0 comentarios
Respuesta aceptada
dpb
el 16 de Jun. de 2015
>> help now
now Current date and time as date number.
...
FLOOR(now) is the current date and REM(now,1) is the current time.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Dates and Time en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!