How to create a Pcolor plot?
이전 댓글 표시
how do i create a pcolorplot that looks like this one

답변 (1개)
Walter Roberson
2013년 10월 23일
Im = rand(25, 70);
pcolor(Im);
댓글 수: 2
James Burgard
2013년 10월 24일
Walter Roberson
2013년 10월 24일
See importdata() and textscan() and xlsread() and load()
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!