reshape an array of un even matrix

1 次查看(过去 30 天)
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