pcolor command
조회 수: 6 (최근 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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!