I have the follow array in Matlab:
-60528084 -60780607
-60497166 -60750204
-60466187 -60719738
-60435147 -60689209
-60404046 -60658618
-60372884 -60627965
-60341661 -60597249
-60310378 -60566472
-60279035 -60535633
-60247632 -60504732
-60216170 -60473770
-60184647 -60442747
-60153066 -60411663
-60121425 -60380518
I am in need of a code/function to sort this array like this:
-60780607
-60750204
-60719738
-60689209
-60658618
-60627965
-60597249
-60566472
-60528084 -60535633
-60497166 -60504732
-60466187 -60473770
-60435147 -60442747
-60404046 -60411663
-60372884 -60380518
-60341661
-60310378
-60279035
-60247632
-60216170
-60184647
-60153066
-60121425
What this SORT does is to match the rows values that are very similar. The values are not same, but almost the same.