Problem 43480. Circular Shift Me
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
Solution Comments
Show commentsProblem Recent Solvers57
Suggested Problems
-
5600 Solvers
-
Getting the indices from a vector
9799 Solvers
-
Rounding off numbers to n decimals
4504 Solvers
-
585 Solvers
-
Find my daddy long leg (No 's')
2382 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!