what is command for circularly writing a row matrix in matlab
1 view (last 30 days)
Show older comments
Satishkumar D
on 2 Sep 2015
Commented: Stephen23
on 4 Sep 2015
example: let
a=[1 2 3 4 5]
i want output like
b=[ 1 2 3 4 5;
5 1 2 3 4;
4 5 1 2 3;
3 4 5 1 2;
2 3 4 5 1]
please help me
0 Comments
Accepted Answer
More Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!