我编的程序
A是两行的一个矩阵
1 2
1 3
1 4
2 1
2 3
3 1
3 2
4 1
[x,index]=sortrows(A,2)
和x=sortrows(A,2)
index显示的是
4
6
8
1
7
2
5
3
index显示的数是什么意思啊?