how to create plot of inverse data?
古いコメントを表示
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 件のコメント
Stephen
2012 年 3 月 27 日
Have you tried plot(Y,X)?
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
2012 年 3 月 28 日
採用された回答
その他の回答 (2 件)
カテゴリ
ヘルプ センター および File 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!