Date format 03mar2013
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 13 de Mayo de 2019
Are you sure you need datenum? We recommend datetime instead.
Wesso
el 13 de Mayo de 2019
Walter Roberson
el 13 de Mayo de 2019
datetime('03mar2013', 'inputformat', 'ddMMMyyyy')
Wesso
el 15 de Mayo de 2019
Respuestas (0)
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!