Borrar filtros
Borrar filtros

How to sort a matrix so that sorting a column will make changes to corresponding other columns??

1 visualización (últimos 30 días)
Lets say that my matrix is
[ x3 y3
x1 y1
x2 y2]
I want to sort the second column y in ascending order so that the respective 1'st column is also sorted accordingly. I want the output to be like this:
[ x1 y1
x2 y2
x3 y3]
How do I do that?

Respuesta aceptada

Mischa Kim
Mischa Kim el 3 de Jul. de 2014
Nathan, use the sortrows command.

Más respuestas (0)

Categorías

Más información sobre Shifting and Sorting Matrices en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by