Hello everyone! How can I rearrange the coordinates in the abscissa from largest to smallest?
1 view (last 30 days)
Show older comments
Ao=[THETA,RHO];
xo=A(:,1);
yo=A(:,2);
[xo1,k]=sort(xo,'acend');
0 Comments
Answers (1)
Image Analyst
on 18 Dec 2020
Experiment around with
axis ij
axis xy
One of them should do what you want.
0 Comments
See Also
Categories
Find more on Elementary Math in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!