Effacer les filtres
Effacer les filtres

converting date to matlab date

1 vue (au cours des 30 derniers jours)
joseph Frank
joseph Frank le 26 Fév 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.

Réponse acceptée

Jiro Doke
Jiro Doke le 26 Fév 2012
You need to pass in a string for datenum
datenum('20100815', 'yyyymmdd')

Plus de réponses (0)

Catégories

En savoir plus sur Dates and Time dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by