converting date to matlab date

1 次查看(过去 30 天)
Hi,
I have a date 20100815 that I want to convert to a matlab serial date. I tried datenum(20100815,'yyyymmdd') but i received an error.

采纳的回答

Jiro Doke
Jiro Doke 2012-2-26
You need to pass in a string for datenum
datenum('20100815', 'yyyymmdd')

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