matrix column vectors, and its elements?

1 次查看(过去 30 天)
IF I have this column vectors,as example
A=[0;1;2;3;4;5;6;7;8;9;10];
how can rearrangement its like thas,
A=[5;6;7;8;9;10;0;1;2;3;4] to plot its again?
but my column vectors have length(32)with zero pading become(512)

采纳的回答

Andrei Bobrov
Andrei Bobrov 2013-12-10
编辑:Andrei Bobrov 2013-12-10
circshift(A,size(A,1)/2+1)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrices and Arrays 的更多信息

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by