How to order data according to month?
Afficher commentaires plus anciens
I have been thinking about a proper way to do this and thought I would ask for input here:
I have 8 years with data, these are 1x1000x365 matrices (for every day I have 1000 measures, on leap years february the 29th is ignored)
I want to sort this by month, so I want twelve (days of the month * 8)x1000 matrices.
The matrices are just filled with numbers, nothing special (Matlab calls it 'double').
Any thoughts on how to do this best in Matlab?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Resizing and Reshaping Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!