How to order data according to month?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Resizing and Reshaping Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!