flipping the plot, keeping axis same

25 ビュー (過去 30 日間)
Mayank Lakhani
Mayank Lakhani 2015 年 8 月 5 日
コメント済み: Mayank Lakhani 2015 年 8 月 5 日
hi there, I want to flip my plot, however x axes shoud be the same. That means high fluctuations in frequency spectrum should be at 70GHz.

採用された回答

Christiaan
Christiaan 2015 年 8 月 5 日
Dear Lakhani,
What you could do (as an example) try is the following:
x=1:10;
y = x.^2;
plot(x,y);hold on;
plot(flip(x),y);hold off
Kind regards, Christiaan
  1 件のコメント
Mayank Lakhani
Mayank Lakhani 2015 年 8 月 5 日
Wow. Perfect :D

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePolar Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by