How shall I sort along a dimension?
Show older comments
I have a three dimensional array where the first dimension is month the second dimension is city, and the third dimension is temperature of days in that month. I want to sort so thta the array will have, for each month, for each city, the temperature of the day in the descending order. How shall I sort?
Accepted Answer
Categories
Find more on Shifting and Sorting 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!