Effacer les filtres
Effacer les filtres

sorting a dataset 69x821

2 vues (au cours des 30 derniers jours)
Sam
Sam le 9 Nov 2015
Hi,
I want to sort a dataset of 69x821, i want to sort by the 54th column and i want that all the rows stay with the sorted value of column 54... How do i do this?

Réponses (1)

Walter Roberson
Walter Roberson le 9 Nov 2015
Modifié(e) : Walter Roberson le 9 Nov 2015
sortedDataset = sortrows(YourDataset, 54);

Catégories

En savoir plus sur Shifting and Sorting Matrices dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by