Reordering variables in a table array

1 visualización (últimos 30 días)
Omer Yasin Birey
Omer Yasin Birey el 25 de Dic. de 2018
Comentada: madhan ravi el 25 de Dic. de 2018
Let's say I have the table below. I want to reorder them by their ages. I tried to use
TSort.Age = sort(TSort.Age)
but it doesn't work because it only sorts the numbers and the corresponding elements remain at the same place.
TSort =
5×6 table
LastName Age Smoker Height Weight BloodPressure
_________ ___ ______ ______ ______ _____________
'Sanchez' 38 true 71 176 124 93
'Johnson' 43 false 69 163 109 77
'Li' 41 true 64 131 125 83
'Diaz' 40 false 67 133 117 75
'Brown' 49 true 64 119 122 80

Respuesta aceptada

madhan ravi
madhan ravi el 25 de Dic. de 2018
sortrows() %?
  2 comentarios
Omer Yasin Birey
Omer Yasin Birey el 25 de Dic. de 2018
Editada: Omer Yasin Birey el 25 de Dic. de 2018
Oh well, I wasn't aware of this command. Thank you Madhan!
madhan ravi
madhan ravi el 25 de Dic. de 2018
Anytime :)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Tables en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by