is there a way to plot a line that is the reverse of the y axis?

3 visualizzazioni (ultimi 30 giorni)
Hi i'm looking for a synatix or function that rotates a plot, e.g if i have a peak that is a minimum, is there a way to flip it upside down and make it a maximum? (bareing in mind the peaks are a list on numbers in a array).
also would you mind explaining how it would be written? e.g plot(line1,'b-'); %plots a blue line
Thanks

Risposta accettata

KSSV
KSSV il 7 Set 2017
If your data (x,y) ..use plot(x,-y)

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by