There is a 549x800x6 matrix, I want to convert it to 549x2400x2. Please help.
Mostra commenti meno recenti
There is a 549x800x6 matrix, I want to convert it to 549x2400x2. Please help.
1 Commento
Carlos
il 13 Gen 2015
reshape(A,549,2400,2)
where A is your 549x800x6 matrix
Risposta accettata
Più risposte (1)
JOSHY T R
il 17 Feb 2015
0 voti
Categorie
Scopri di più su Creating and Concatenating Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!