How to reshape each column of a matrix?

1 visualización (últimos 30 días)
kitty varghese
kitty varghese el 28 de Feb. de 2018
Respondida: Birdman el 28 de Feb. de 2018
I have a matrix of size 262144x243. I want to reshape each column into 512x512. Such that there are 243 matrices of 512x512 size.

Respuesta aceptada

Birdman
Birdman el 28 de Feb. de 2018
reshape(A,512,[],243)

Más respuestas (0)

Categorías

Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by