MATLAB: How to mirror a plot

#mirror #plot # fft #power # spectral #psd #help

Hi
I need a help, i want to mirror a plotaround y axis, but still have the same axis, can anybody help?
I have upload the plot as attachments.

Best Answer

After your plot command, add the below line:
set(gca, 'XDir','reverse')
Related Question