Azzera filtri
Azzera filtri

How can i reshape a matrix

2 visualizzazioni (ultimi 30 giorni)
Khaled
Khaled il 7 Ago 2022
Commentato: Khaled il 7 Ago 2022
I have a 24x6x47 matrix such that 24x6 matrix repeated 47 times
I want to reshape it to matrix 24x47 as Rows and 6 columns

Risposta accettata

Walter Roberson
Walter Roberson il 7 Ago 2022
reshape(permute(M1, [1 3 2]),[],size(M1,2))
  1 Commento
Khaled
Khaled il 7 Ago 2022
I am a begginer!
Yes, it works
Thanks alot !

Accedi per commentare.

Più risposte (0)

Categorie

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

Prodotti


Release

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by