Statistik
RANG
90.863
of 300.365
REPUTATION
0
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 20.933
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.262
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Beantwortet
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...
mehr als 4 Jahre vor | 0
| akzeptiert
Frage
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...
mehr als 4 Jahre vor | 2 Antworten | 0