How do I make an array from select points in a large table (based on dates)?
Mostrar comentarios más antiguos
I have a 10668x2 table, where the first column is date and time (for each day over 2 months at time incrememnts of 5 minutes) and the second column is numerical data points. I am very new to MATLAB and I need to make an array with just data from 12:00 to 1:00 for each day.
Thanks!
OrgPollution = table(Time,Org)
2 comentarios
Image Analyst
el 6 de Jun. de 2022
That's not large at all. Make it each for people to help you and attach your data and code to read it in with the paperclip icon after you read this:
Also, there is a huge variety of functions that deal with date and time. I'm sure you can find the proper one to pull out the days you want, and the hours you want. Just check the help.
Alex Bertone
el 6 de Jun. de 2022
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Dates and Time en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!