converting date to matlab date
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Akzeptierte Antwort
Jiro Doke
am 26 Feb. 2012
You need to pass in a string for datenum
datenum('20100815', 'yyyymmdd')
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Dates and Time finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!