converting date to matlab date

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.

 Akzeptierte Antwort

Jiro Doke
Jiro Doke am 26 Feb. 2012

1 Stimme

You need to pass in a string for datenum
datenum('20100815', 'yyyymmdd')

Weitere Antworten (0)

Kategorien

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by