How to sort/Rearrange a matrix

1 次查看(过去 30 天)
I want to sort a matrix in such a way so that in 1st column all values in ascending order but in other columns all values should be the same. Elements of one row can't change their respective row.
if I have a=[1 2 3 0;4 7 8 9;5 2 3 4;2 7 5 6] then output should be =
[1 2 3 0;2 7 5 6;4 7 8 9;5 2 3 4]

采纳的回答

Star Strider
Star Strider 2014-12-22
The sortrows function will do what you want.
  4 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Shifting and Sorting Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by