pcolor command

2 ビュー (過去 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 Center および File ExchangeScatter Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by