Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Ao=[THETA,RHO];
xo=A(:,1);
yo=A(:,2);
[xo1,k]=sort(xo,'acend');

Antworten (1)

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

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by