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 Solvers65
Suggested Problems
-
Project Euler: Problem 2, Sum of even Fibonacci
2510 Solvers
-
Create a matrix X, where each column is a shifted copy of the vector v
205 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
832 Solvers
-
383 Solvers
-
782 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!