Sort 1 colum and other colums sort correspondingly

4 vues (au cours des 30 derniers jours)
Sam
Sam le 12 Juin 2015
Hello,
In attach is a picture of the data set I want to sort. I want sort by 'ZYGE' in ascending way. But I don't want the column of 'ZYGE' to change alone. The data must stick together. So that all the numbers of the row stick together, but the data gets sorted by 'ZYGE'. How do I do this?

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 12 Juin 2015
Modifié(e) : Azzi Abdelmalek le 12 Juin 2015
Use sortrows
v=[{'a' 'b' 'zygz' 'c'};num2cell(randi(4,10,4))] % Example
M=v(2:end,:)
out=sortrows(M,3)

Plus de réponses (0)

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