Question: Lex A be a matrix. What command can I use to sort the entire matrix by only its 3rd column (in descending order)? sort(A,-3) sortrows(A,3,'descend')
Lex A be a matrix. What command can I use to sort the entire matrix by only its 3rd column (in descending order)?
| sort(A,-3) | ||
| sortrows(A,3,'descend') | ||
| sortrows(A,-3) | ||
| sort(A,3,'descend') |
multiple answers may be true please select all that are true
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
