Rearranging Array Rows into Multiple Blocks while Maintaining the Old Order
Mostrar comentarios más antiguos
How can I rearrange an array from alternating rows to multiple blocks, maintaining the order of the rows?

2 comentarios
madhan ravi
el 18 de Mzo. de 2019
please illustrate with a input and the desired output as text instead of picture
Saeid
el 18 de Mzo. de 2019
Respuesta aceptada
Más respuestas (1)
madhan ravi
el 18 de Mzo. de 2019
Editada: madhan ravi
el 18 de Mzo. de 2019
reshape(matrix,[],size(matrix,2))
1 comentario
Saeid
el 18 de Mzo. de 2019
Categorías
Más información sobre Matrix Indexing 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!