reshape an array of un even matrix
1 view (last 30 days)
Show older comments
ashok
on 15 Apr 2014
Commented: Azzi Abdelmalek
on 15 Apr 2014
y = 2000x1 (size)
y = 38 132 3 214 61 254 77 64 ........
how to reshape to
y = 250x1 (size)
0 Comments
Accepted Answer
Azzi Abdelmalek
on 15 Apr 2014
out=reshape(y,250,8)
4 Comments
Azzi Abdelmalek
on 15 Apr 2014
Explain what this 2000x1 array contains and how can we get just 250 elements
More Answers (0)
See Also
Categories
Find more on Resizing and Reshaping Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!