Date & Time import
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
vivek narayanan
am 17 Jun. 2021
Kommentiert: vivek narayanan
am 17 Jun. 2021
Hi All,
Could you help me to import date and time(yyyy-mm-dd hh:mm:ss) from the following file.....
2020-10-07T13:30:00.000 3 51.59920 -1.14028
2020-10-07T13:30:00.000 3 51.59920 -1.14028
2020-10-07T14:30:00.000 3 51.59946 -1.14015
2020-10-07T14:30:00.000 3 51.59946 -1.14015
2020-10-07T15:00:00.000 3 51.59945 -1.14009
...............................................
...............................................
0 Kommentare
Akzeptierte Antwort
Cris LaPierre
am 17 Jun. 2021
data = readtable('vivekData.txt')
data.Var1.Format = 'yyyy-MM-dd HH:mm:ss'
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!