how to create plot of inverse data?

66 ビュー (過去 30 日間)
uncung fgv
uncung fgv 2012 年 3 月 27 日
I want to create figure of inverse data.
i already created plot. on Editor Plot, there is Inverse menu. when i click my plot turn to inverse but the axis remains same.
now i want to create inverse plot from matlab command.
i have
X= bla bla bla bla
Y= bla bla bla
i do inversion.
how to create plot?
  3 件のコメント
Image Analyst
Image Analyst 2012 年 3 月 28 日
I didn't find the "inverse menu" on the plot figure's toolbar or pulldown menu. Is it under the File, Edit, View, Insert, Tools, Desktop, Window, or Help menu?
uncung fgv
uncung fgv 2012 年 3 月 28 日
it is on Editor Plot (right click of mouse). but i am interesting to do it in Command.

サインインしてコメントする。

採用された回答

Andrei Bobrov
Andrei Bobrov 2012 年 3 月 28 日
so? pg
set(gca,'XDir','reverse')
  1 件のコメント
uncung fgv
uncung fgv 2012 年 3 月 28 日
simply you just displying the plot into reverse, but not change the axis.
actually now i try to use this
flipud(X)
it is same with inverse but perform new axis/different.
while if we inverse our plot then copy it, the the paste will back to our previous non inverse.
but not this FLIPUD (X)

サインインしてコメントする。

その他の回答 (2 件)

C.J. Harris
C.J. Harris 2012 年 3 月 28 日
Is it the y-axis you want to reverse?
If so:
axis ij
  1 件のコメント
uncung fgv
uncung fgv 2012 年 3 月 28 日
x axis the one

サインインしてコメントする。


uncung fgv
uncung fgv 2012 年 3 月 28 日
i want copy the result of plot inverse to my old plot. but when i copy the inverse back to the non inverse (same as previously).

カテゴリ

Help Center および File ExchangeVisual Exploration についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by