There is a 549x800x6 matrix, I want to convert it to 549x2400x2. Please help.
Mostrar comentarios más antiguos
There is a 549x800x6 matrix, I want to convert it to 549x2400x2. Please help.
1 comentario
Carlos
el 13 de En. de 2015
reshape(A,549,2400,2)
where A is your 549x800x6 matrix
Respuesta aceptada
Más respuestas (1)
JOSHY T R
el 17 de Feb. de 2015
0 votos
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!