How to reshape each column of a matrix?

2 visualizzazioni (ultimi 30 giorni)
kitty varghese
kitty varghese il 28 Feb 2018
Risposto: Birdman il 28 Feb 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.

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Resizing and Reshaping Matrices in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by