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
-
Determine whether a vector is monotonically increasing
22949 Solvers
-
Find common elements in matrix rows
2713 Solvers
-
473 Solvers
-
399 Solvers
-
Matlab Basics - Set unwanted parts of a vector to zero
261 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!