Is it possible to import an excel sheet with date&time and separate sheets by date
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Stefan Azzopardi
el 18 de Oct. de 2018
Comentada: dpb
el 19 de Oct. de 2018
I have multiple monthly excel sheets each having a big number of columns and rows. The first column of each sheet contains the date and time for data taken every 5 mins for a month period. Is it possible that I import the sheet on matlab and save in different sheets for each day?
2 comentarios
Respuesta aceptada
dpb
el 18 de Oct. de 2018
Sure, just read in and use the datetime data to group by day. See very similar Q? asked here Split data for each date
Note there are two ways to "skin the cat" there; one using a timeseries object and another just using the datetime data directly.
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!