dates with yy
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I have a cell array of dates that have this format: '08/28/01' '03/01/97' etc.. How can I convert them to a double matlab number date? where 08/28/01 refers to the 28th of august 2001 and 03/01/97 refers ti the first of march 1997
0 commentaires
Réponse acceptée
Matt Fig
le 25 Avr 2011
datenum('08/28/01')
2 commentaires
Oleg Komarov
le 25 Avr 2011
I usually always write the format (since I am european):
datenum('08/09/01','mm/dd/yy')
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Time Series Objects dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!