How to rearrange data in matrix ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Pradya Panyainkaew
il 18 Dic 2017
Commentato: Pradya Panyainkaew
il 18 Dic 2017
if I have A=[1:15].
After that, I want to rearrange matrix A to get a result: MyResult=[1 2 3 4 5; 6 7 8 9 10; 11 12 13 14 15];
How can I code to get the result like this ?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Matrices and Arrays in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!