How to sort/Rearrange a matrix

조회 수: 1 (최근 30일)
Zahid Iqbal Rana
Zahid Iqbal Rana 2014년 12월 22일
댓글: Star Strider 2014년 12월 23일
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
Zahid Iqbal Rana
Zahid Iqbal Rana 2014년 12월 23일
Thank you so much
Star Strider
Star Strider 2014년 12월 23일
My pleasure!

댓글을 달려면 로그인하십시오.

추가 답변 (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