Current time - datetime and datenum

1 次查看(过去 30 天)
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?

采纳的回答

dpb
dpb 2015-6-16
>> 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 个)

类别

Help CenterFile Exchange 中查找有关 Dates and Time 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by