sort cell array in descending order based on 2nd column
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
jahanzaib ahmad
il 26 Mar 2019
Commentato: Adam Danz
il 26 Mar 2019
i have cell array and want to sort it based on 2nd column .
i have tried this
[~,idx] = sort([AA{:,2}]);
idx([1:2:end,2:2:end]) = idx;
B = AA(idx,:);
but 2nd column in not in descending order .
0 Commenti
Risposta accettata
Più risposte (0)
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!