Hello everyone! How can I rearrange the coordinates in the abscissa from largest to smallest?

1 次查看(过去 30 天)
Ao=[THETA,RHO];
xo=A(:,1);
yo=A(:,2);
[xo1,k]=sort(xo,'acend');

回答(1 个)

Image Analyst
Image Analyst 2020-12-18
Experiment around with
axis ij
axis xy
One of them should do what you want.

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by