dates with yy

2 次查看(过去 30 天)
joseph Frank
joseph Frank 2011-4-25
Hi,
I have a cell array of dates that have this format: '08/28/01' '03/01/97' etc.. How can I convert them to a double matlab number date? where 08/28/01 refers to the 28th of august 2001 and 03/01/97 refers ti the first of march 1997

采纳的回答

Matt Fig
Matt Fig 2011-4-25
datenum('08/28/01')
  2 个评论
Oleg Komarov
Oleg Komarov 2011-4-25
I usually always write the format (since I am european):
datenum('08/09/01','mm/dd/yy')
Matt Fig
Matt Fig 2011-4-25
This is probably not a bad practice to use in general. Thanks Oleg!

请先登录,再进行评论。

更多回答(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