Rearranging Array Rows into Multiple Blocks while Maintaining the Old Order
Ältere Kommentare anzeigen
How can I rearrange an array from alternating rows to multiple blocks, maintaining the order of the rows?

2 Kommentare
madhan ravi
am 18 Mär. 2019
please illustrate with a input and the desired output as text instead of picture
Saeid
am 18 Mär. 2019
Akzeptierte Antwort
Weitere Antworten (1)
madhan ravi
am 18 Mär. 2019
Bearbeitet: madhan ravi
am 18 Mär. 2019
reshape(matrix,[],size(matrix,2))
1 Kommentar
Saeid
am 18 Mär. 2019
Kategorien
Mehr zu Matrix Indexing 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!