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