Given a vector v=[1 3 6 9 11], circular shift them while iterating
m=[1 3 6 9 11; 11 1 3 6 9; 9 11 1 3 6; 6 9 11 1 3; 3 6 9 11 1]
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers60
Suggested Problems
-
3038 Solvers
-
Replace NaNs with the number that appears to its left in the row.
3064 Solvers
-
Find the largest value in the 3D matrix
1666 Solvers
-
375 Solvers
-
Sum positive elements of matrix.
130 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!