Borrar filtros
Borrar filtros

flipping the plot, keeping axis same

20 visualizaciones (últimos 30 días)
Mayank Lakhani
Mayank Lakhani el 5 de Ag. de 2015
Comentada: Mayank Lakhani el 5 de Ag. de 2015
hi there, I want to flip my plot, however x axes shoud be the same. That means high fluctuations in frequency spectrum should be at 70GHz.

Respuesta aceptada

Christiaan
Christiaan el 5 de Ag. de 2015
Dear Lakhani,
What you could do (as an example) try is the following:
x=1:10;
y = x.^2;
plot(x,y);hold on;
plot(flip(x),y);hold off
Kind regards, Christiaan

Más respuestas (0)

Categorías

Más información sobre Polar Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by