There is a 549x800x6 matrix, I want to convert it to 549x2400x2. Please help.
Ältere Kommentare anzeigen
There is a 549x800x6 matrix, I want to convert it to 549x2400x2. Please help.
1 Kommentar
Carlos
am 13 Jan. 2015
reshape(A,549,2400,2)
where A is your 549x800x6 matrix
Akzeptierte Antwort
Weitere Antworten (1)
JOSHY T R
am 17 Feb. 2015
0 Stimmen
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!