Date format 03mar2013
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 13 Mai 2019
Are you sure you need datenum? We recommend datetime instead.
Wesso
le 13 Mai 2019
Walter Roberson
le 13 Mai 2019
datetime('03mar2013', 'inputformat', 'ddMMMyyyy')
Wesso
le 15 Mai 2019
Réponses (0)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!