Effacer les filtres
Effacer les filtres

pcolor command

8 vues (au cours des 30 derniers jours)
bahare
bahare le 28 Nov 2011
Hi I made some plots with 'pcolor' command, but these plots must be rotated or the origin for plots is located on the up left corner instead of down left corner, any solution?

Réponses (1)

Michael
Michael le 28 Nov 2011
try pcolor(imrotate(A,90))
This should move the top left corner to the bottom left.
  3 commentaires
Jan
Jan le 28 Nov 2011
I'd prefer the faster: pcolor(rot90(A)).
bahare
bahare le 28 Nov 2011
but pcolor(rot180(A)) does not work:
Error: Undefined function or method 'rot180'

Connectez-vous pour commenter.

Catégories

En savoir plus sur Geographic Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by