Sorting time series data by category
Mostrar comentarios más antiguos
Hi, I need to sort and count a time series data set. For example, there are 5 different species captured on camera throughout the year, each with unique time/name/size/direction of movement. How can I query the data to sort for all of the occurrences of species A and their associated data? After querying by species, I would like to produce a daily count. Ex) species A was recorded x times daily throughout the time period.
3 comentarios
dpb
el 24 de Oct. de 2016
All depends on what data you've got stored and how...
rghouse
el 24 de Oct. de 2016
dpb
el 25 de Oct. de 2016
Sounds like the table would be the ticket in Matlab with things such as species as categorical variables against which you can do grouping/selection/etc., ...
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Time Series Events 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!