may i ask how to sort the row of matrix in large data?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
may i ask how to sort the row of matrix in large data? For example, there are 28694 rows... how I arrange the rows according my own number?
a=[a0, a1,................,a28694]
Let say I want arrange in
b=[a4,a5,a28694,.......,a2,a56,a34]
is that possible arrange like this?
2 Commenti
Risposte (1)
Vedere anche
Categorie
Scopri di più su Shifting and Sorting Matrices 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!