pcolor command
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Michael
2011 年 11 月 28 日
try pcolor(imrotate(A,90))
This should move the top left corner to the bottom left.
3 件のコメント
参考
カテゴリ
Help Center および File Exchange で Scatter Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!