Mirror plotting a curve
古いコメントを表示
I would like to plot mirror the blue curve from the x=0 vertical axis

So to achieve something like that:

Is there any way of achieving that?
回答 (1 件)
John D'Errico
2020 年 11 月 2 日
You must have plotted the curve using a call like
plot(x,y,'-b')
But then, what would the following do?
plot(-x,y,'-b')
カテゴリ
ヘルプ センター および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

