convert from datenum to a date

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

采纳的回答

Jan
Jan 2012-11-15
编辑:Jan 2012-11-15
Please post any details. What format does "the original date" have? What does "I made a plot" exactly mean and where do you want the "date" to appear?
The command datestr and datevec convert datenum values to other date formats. The command datetick writes nice dates instead of serial date numbers to the ticklables of axes.

更多回答(2 个)

Rica
Rica 2012-11-15
Hi! the goal was to select 200 data from i big data. i took the time as a parameter
and converted it with datenum.
i wanted to plot the variation of selected measured data with the (date and time)
it will be for me nice to show also the date and time un the plot not only the converted eith datenum.
if true
%
date= time=
'1.2.2010' '1:2:59'
'2.2.2010' '2:3:50'
'5.2.2010' ......
... .......
... .....
.... .....
i converted them with datnum
converted=datenum(date)+datenum(time)
thanky

Andreas Svedin
Andreas Svedin 2016-7-5
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
Peter Perkins 2016-8-3
Or more directly: datetime(dates,'ConvertFrom','datenum')
Fercho_Sala
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?

请先登录,再进行评论。

类别

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