converting date to matlab date

1 visualización (últimos 30 días)
joseph Frank
joseph Frank el 26 de Feb. de 2012
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.

Respuesta aceptada

Jiro Doke
Jiro Doke el 26 de Feb. de 2012
You need to pass in a string for datenum
datenum('20100815', 'yyyymmdd')

Más respuestas (0)

Categorías

Más información sobre Dates and Time en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by