[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sortrows problem
From: |
shivax |
Subject: |
sortrows problem |
Date: |
Sat, 29 Sep 2018 06:51:59 -0500 (CDT) |
hi,
i see this link :
https://octave.sourceforge.io/octave/function/sortrows.html
look this matrix:
a=[2 3 4 1]
f=sortrows(a)
f =
2 3 4 1
f=sortrows(a,-1)
f =
2 3 4 1
i don't see any difference...
i want ascending order and not
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- sortrows problem,
shivax <=