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

53 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Adam Danz
Adam Danz il 19 Ott 2020
Modificato: Adam Danz il 19 Ott 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 Commenti
Adam Danz
Adam Danz il 19 Ott 2020
Glad I could help.
Your question was clear but I wanted to cover other interpretations just in case.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Colormaps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by