Date format 03mar2013

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
Walter Roberson el 13 de Mayo de 2019
Are you sure you need datenum? We recommend datetime instead.
Wesso
Wesso el 13 de Mayo de 2019
the important thing is so bring it to matlab while avoiding NaNs. Not sure though why datetime is better than datenum (I am used to work with datenum) . Nevertheless, I think datetime will work as well.
Walter Roberson
Walter Roberson el 13 de Mayo de 2019
datetime('03mar2013', 'inputformat', 'ddMMMyyyy')
Wesso
Wesso el 15 de Mayo de 2019
thanks. it works perfectly well

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Preguntada:

el 13 de Mayo de 2019

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by