Effacer les filtres
Effacer les filtres

Extract a sub-matrix from a very big matrix

2 vues (au cours des 30 derniers jours)
Ajay Ganti
Ajay Ganti le 13 Fév 2018
Commenté : Ajay Ganti le 13 Fév 2018
I have a matrix of size 112 x 1200. I want to separate them into 6 matrices each of size 112 x 200. How can i do it?

Réponse acceptée

Birdman
Birdman le 13 Fév 2018
reshape(a,[],200,6)
  2 commentaires
Ajay Ganti
Ajay Ganti le 13 Fév 2018
Thanks for the solution. when i applied reshape(a,[],200,6), it became as 112 x 200 x 6; Now what i want each 112 x 200 in separate variables like a1, a2, a3, a4, a5, a6. Please help
Ajay Ganti
Ajay Ganti le 13 Fév 2018
Thank you, i got it by doing as a1=a(:,:,1); and so on..

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by