how to convert string date number to double?
Afficher commentaires plus anciens
I used 'datenum' to convert date to number. And then used datestr to see the date and the result is as follows.<123x11 char>
val =
01-Jan-1961
02-Jun-1965
.....
How can I convert this character to double?
Réponses (1)
Azzi Abdelmalek
le 27 Jan 2013
Modifié(e) : Azzi Abdelmalek
le 27 Jan 2013
datenum(val)
Or
Datevec(val)
Catégories
En savoir plus sur Dates and Time dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!