How to reshape each column of a matrix?

1 vue (au cours des 30 derniers jours)
kitty varghese
kitty varghese le 28 Fév 2018
Réponse apportée : Birdman le 28 Fév 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.

Réponse acceptée

Birdman
Birdman le 28 Fév 2018
reshape(A,512,[],243)

Plus de réponses (0)

Catégories

En savoir plus sur Resizing and Reshaping Matrices dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by