pcolor command

8 次查看(过去 30 天)
bahare
bahare 2011-11-28
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?

回答(1 个)

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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Geographic Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by