photo

Nicky Benedict


Last seen: 3 years 前 自 2021 起处于活动状态

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...

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

2

个回答