esehov11
Structural
- Jan 9, 2016
- 1
I have an array in ANSYS Mechanical APDL that looks like:
A = [1 4
2 8
3 2
4 10
5 11]
I want to sort matrix A with respect to the second column in A so a matrix B is obtained:
B = [5 11
4 10
2 8
1 4
3 2]
A = [1 4
2 8
3 2
4 10
5 11]
I want to sort matrix A with respect to the second column in A so a matrix B is obtained:
B = [5 11
4 10
2 8
1 4
3 2]