Permute diagonal and antidiagonal For example [1 2 3;4 5 6;7 8 9] -> [3 2 1;4 5 6;9 8 7] WITHOUT diag function (and variable name)
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers503
Suggested Problems
-
14109 Solvers
-
Given two arrays, find the maximum overlap
1723 Solvers
-
Project Euler: Problem 9, Pythagorean numbers
1385 Solvers
-
Split a string into chunks of specified length
2058 Solvers
-
The sum of the numbers in the vector
642 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
good