I have coordinates of some points$(x,y)$, that I want to sort them,at the first by $y$ coordinates and second sort $x$ coordinates between those points that have equal $y$ coordinate. Is there anyone know any function in matlab about it? I examined it by $SORT$ function, but this function just sort each column of matrix.
Please help me.
Thanks.