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
-
Find the longest sequence of 1's in a binary sequence.
6692 Solvers
-
Back to basics 21 - Matrix replicating
1797 Solvers
-
Find out missing number from a vector of 9 elements
321 Solvers
-
Find the area of a rectangle if length of the diagonal is given.
169 Solvers
-
385 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!