Problem 42920. Find the inverse permutation
Given a permutation vector perm (a vector of n elements containing all the elements from 1 to n in some order), return the permutation vector invPerm such that perm(invPerm) is the a list of elements from 1 to n.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers66
Suggested Problems
-
Renaming a field in a structure array
1553 Solvers
-
417 Solvers
-
Determine Whether an array is empty
785 Solvers
-
Compute a dot product of two vectors x and y
1006 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
1253 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!