How to switch the position and values of X and Y axes?

52 visualizaciones (últimos 30 días)
Arash A.
Arash A. el 19 de Oct. de 2020
Comentada: Arash A. el 19 de Oct. de 2020
Hi
I need to switch the position and values of X and Y axes in plotting colormaps. I am using "imagesc" to plot the graphs and eventually, the values for X and Y axes apprear incorrectly. Any help would be appreciated.

Respuesta aceptada

Adam Danz
Adam Danz el 19 de Oct. de 2020
Editada: Adam Danz el 19 de Oct. de 2020
"I need to switch the position and values of X and Y axes in plotting colormaps"
Do you mean instead of imagesc(x,y,c) you want imagesc(y,x,C)?
Or do you want to flip any of the axes using ax=gca; ax.YDir='reverse'or ax.XDir='reverse';?
Or do you want to change which side of the axes host the ticks and labels using ax.XAxisLocation='top'; ax.YAxisLocation='right'?
  3 comentarios
Adam Danz
Adam Danz el 19 de Oct. de 2020
Glad I could help.
Your question was clear but I wanted to cover other interpretations just in case.
Arash A.
Arash A. el 19 de Oct. de 2020
Thanks again.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Colormaps 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