Mirror plotting a curve
6 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(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')
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!