I want to arrange a 1st column of a matrix in descending order an the elements in the row is going to arrange itself according to change of the row of first vector
1 次查看(过去 30 天)
显示 更早的评论
A= [3 2; 1 4; 2 6]
Taking the first coumn of matrix as base I want to change the other elements ie.
A=[ 3 2; 2 6; 1 4]
Ie entry to the rows going to arrange itself according to the first element of first column of matrix
0 个评论
采纳的回答
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!