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 Solvers63
Suggested Problems
-
Find common elements in matrix rows
2633 Solvers
-
2297 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1822 Solvers
-
Find the sum of the elements in the "second" diagonal
1149 Solvers
-
Numbers with prime factors 2, 3 and 5.
475 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!