reshape an array of un even matrix

조회 수: 1 (최근 30일)
ashok
ashok 2014년 4월 15일
댓글: Azzi Abdelmalek 2014년 4월 15일
y = 2000x1 (size)
y = 38 132 3 214 61 254 77 64 ........
how to reshape to
y = 250x1 (size)

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2014년 4월 15일
out=reshape(y,250,8)
  댓글 수: 4
ashok
ashok 2014년 4월 15일
sir i have an matrix of size 250X1 and i converted it in to binary then modulated and then transmitted but i received and then demodulated i got the matrix size is 2000X1 but i need that matrix should be 250X1
Azzi Abdelmalek
Azzi Abdelmalek 2014년 4월 15일
Explain what this 2000x1 array contains and how can we get just 250 elements

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by