reshape vector in subsequent matrix
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Dear all, i have a vector made by n elements (n = 14336000). The vector is obtained by the combination (vertical concatenation) of 100 frames each of them with n1 elements (n1 = 224*640 = 143360). I would like to reshape the vector in order to have 100 matrix of 224*640 elements. I'm able to reshape the vector in 100 sub-vector of 143360 elements. After that i would like to rebuild the 224*640 matrix. Some suggestion?
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!