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
-
Test if two numbers have the same digits
243 Solvers
-
Celsius to Fahrenheit converter
608 Solvers
-
Remove element(s) from cell array
1534 Solvers
-
5052 Solvers
-
Find the index of n in magic(n)
243 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!