Jan 9, 2016 #1 esehov11 Structural Joined Jan 9, 2016 Messages 1 Location DK 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]
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]