Nicky Benedict
Followers: 0 Following: 0
Feeds
已回答
How to find the 12th highest value for every year
I figured it out. T_sort = sortrows(T,[1,2,3],'descend'); [yr,index] = unique(T_sort.Years); index_new = index + 11; hou...
How to find the 12th highest value for every year
I figured it out. T_sort = sortrows(T,[1,2,3],'descend'); [yr,index] = unique(T_sort.Years); index_new = index + 11; hou...
3 years 前 | 0
| 已接受
提问
How to find the 12th highest value for every year
I have a data set that I have made into a table and used the sort funtion to make it into descending order based on the year fol...
3 years 前 | 2 个回答 | 0