sort entire row
    4 次查看(过去 30 天)
  
       显示 更早的评论
    
I have
a= 3 16
   6  22
   2    6
   1    25
   4   4
I need to sort 2nd column and keep the entire matrix according to sort of second column
i wan the output as
 b=4  4
   2  6
   3  16
   6   22
   1   25
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Shifting and Sorting Matrices 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

