Your function should return true for the elements of one matrix is the permutation of the other matrix:
x = [1 2 3; 4 5 6; 7 8 9] y = [3 5 6; 7 1 2; 4 9 8]
or
x = [1 2; 3 4; 5 6] y = [1 2 3; 4 5 6]
Please note that the matrices can have different shapes or sizes!
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers58
Suggested Problems
-
Get the length of a given vector
13763 Solvers
-
Compute a dot product of two vectors x and y
1057 Solvers
-
Implement simple rotation cypher
1099 Solvers
-
Set the array elements whose value is 13 to 0
1458 Solvers
-
Create a Multiplication table matrix...
697 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!