convert from datenum to a date
显示 更早的评论
Hi,
is ther any function which convert the serial number from the function (detenum) to the original date like .
I have a vector of date and time and i converted it with datenum. I made a plot of another variable with the date_time vector. i get just the serial number.
thnks
采纳的回答
更多回答(2 个)
Andreas Svedin
2016-7-5
0 个投票
If you use "datenum" on a datetime array and want to get it converted back to datetime use the command below. It seem to work
"datetime(datestr(dates))"
2 个评论
Peter Perkins
2016-8-3
Or more directly: datetime(dates,'ConvertFrom','datenum')
Fercho_Sala
2021-4-16
@Peter Perkins good answer, but it does't separe in one colum dates and in other column hours, how do you do it?
类别
在 帮助中心 和 File Exchange 中查找有关 Dates and Time 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!