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일

1 개 추천

circshift(A,size(A,1)/2+1)

댓글 수: 3

Mary Jon
Mary Jon 2013년 12월 10일
If I have matrix A 512 rows *8 column ,how can do circshift with this case?
Andrei Bobrov
Andrei Bobrov 2013년 12월 10일
corrected
corrected what?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

제품

태그

질문:

2013년 12월 10일

댓글:

2013년 12월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by