Date format 03mar2013
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
Hi,
I hope all is well. How can I read dates such as 03mar2013 and transform them to matlab datenumber? I hav ethese dates in excel and every import date option that i used resulted nans.
4 Kommentare
Walter Roberson
am 13 Mai 2019
Are you sure you need datenum? We recommend datetime instead.
Wesso
am 13 Mai 2019
Walter Roberson
am 13 Mai 2019
datetime('03mar2013', 'inputformat', 'ddMMMyyyy')
Wesso
am 15 Mai 2019
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!