How to split multiple numbers which is one number from data file?
Afficher commentaires plus anciens
202021031200
this is has year date and time, how do I split the numbers into year date and time?
Réponses (1)
D = 202021031200;
T = datetime(string(D), 'InputFormat', 'uuuuddMMHHmm')
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!