フィルターのクリア

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

1 回表示 (過去 30 日間)
Wesley
Wesley 2020 年 12 月 18 日
回答済み: Image Analyst 2020 年 12 月 18 日
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 Center および File Exchange2-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