pcolor command
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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?
0 commentaires
Réponses (1)
Michael
le 28 Nov 2011
try pcolor(imrotate(A,90))
This should move the top left corner to the bottom left.
3 commentaires
Voir également
Catégories
En savoir plus sur Scatter Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!