Clear Filters
Clear Filters

How to reshape each column of a matrix?

2 views (last 30 days)
I have a matrix of size 262144x243. I want to reshape each column into 512x512. Such that there are 243 matrices of 512x512 size.

Accepted Answer

Birdman
Birdman on 28 Feb 2018
reshape(A,512,[],243)

More Answers (0)

Categories

Find more on Resizing and Reshaping Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!