Problem 47508. Convert sorting indices to ranks
The second output of sort() is the sorting index vector, telling where the corresponding element in the sorted vector was in the raw vector. However sometimes we want to know where the elements of the raw vector goes into the sorted vector, i.e., ranks.
Can you find the shortest solution?
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers13
Suggested Problems
-
Determine whether a vector is monotonically increasing
22783 Solvers
-
78 Solvers
-
Get the length of a given vector
12810 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
395 Solvers
-
Count decimal digits of a number
234 Solvers
More from this Author14
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!