Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Create matrix based off date
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I have a vector that I want to convert into a matrix based off date. I have one column (X) with date/time (yyyy-MM-dd HH:mm:ss) and a second column (Y) with my data. The data was taken every 30 min for 4 years. I want to create a matrix from my data (column Y) in which each row has data from one day. I have no clue where to begin, any help is greatly appreciated.
Thanks!
0 comentarios
Respuestas (1)
Walter Roberson
el 22 de Mayo de 2018
Convert to a timetable() object and use retime()
5 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!