Display only timeseries years
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I have time-series data from 1958 to 2019.
The smallest unit of time is 1 hour (from 2014 to 2019)
The smallest unit of time is 3 hours (from 1958 to 2013)
The y-variable is temperature
The data looks like this
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/254547/image.jpeg)
What code should I use to display the temperature data in yearly intervals on a figure?
(I assume I must take the average temperatures across the years) - how?
Thank you.
0 commentaires
Réponse acceptée
Adam Danz
le 15 Déc 2019
Modifié(e) : Adam Danz
le 15 Déc 2019
Based on the image you shared, your data are arranged in a table, not a timetable. Using a timetable will be useful so you can easily convert your data to a timetable using
Then you could compute the annual means by following this exmple in retime() except you'll use yearly time steps instead of hourly.
If you have any problems implementing this, show us your code and we can help straighten it out.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Time Series dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!