Creating a Timetable from a large excel data set
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have only have basic matlab training- and that has been a while- and I am currently struggling on manipulating this large data set.
I am trying to turn this data set into a timestable. However, I get an error code saying that I need a datetime or duration vector. I attempted to create a datetime but I haven't found a way to do that where I don't have to type everything in individually.
My other problem- my time data (day, month, year, hour, minute, second) is all in a single column. So I am not sure how to break apart the data, again without doing every individual term.
3 Kommentare
Antworten (1)
MJFcoNaN
am 1 Jul. 2022
Hello,
What type is the AbsTime? Does this one work?
t=table2timetable(m137);
2 Kommentare
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!