How to create a Pcolor plot?
Show older comments
how do i create a pcolorplot that looks like this one

Answers (1)
Walter Roberson
on 23 Oct 2013
Im = rand(25, 70);
pcolor(Im);
2 Comments
James Burgard
on 24 Oct 2013
Walter Roberson
on 24 Oct 2013
See importdata() and textscan() and xlsread() and load()
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!