How to create a Pcolor plot?

Answers (1)

Im = rand(25, 70);
pcolor(Im);

2 Comments

how would you enter the data to correspond to the air temperature
See importdata() and textscan() and xlsread() and load()

Sign in to comment.

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Asked:

on 23 Oct 2013

Commented:

on 24 Oct 2013

Community Treasure Hunt

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

Start Hunting!