Mirror plotting a curve
Mostrar comentarios más antiguos
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?
Respuestas (1)
John D'Errico
el 2 de Nov. de 2020
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')
1 comentario
ErikJon Pérez Mardaras
el 2 de Nov. de 2020
Categorías
Más información sobre Line Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

