How to create a Pcolor plot?

1 view (last 30 days)
James Burgard
James Burgard on 23 Oct 2013
Commented: Walter Roberson on 24 Oct 2013
how do i create a pcolorplot that looks like this one

Answers (1)

Walter Roberson
Walter Roberson on 23 Oct 2013
Im = rand(25, 70);
pcolor(Im);
  2 Comments
James Burgard
James Burgard on 24 Oct 2013
how would you enter the data to correspond to the air temperature
Walter Roberson
Walter Roberson on 24 Oct 2013
See importdata() and textscan() and xlsread() and load()

Sign in to comment.

Tags

Community Treasure Hunt

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

Start Hunting!