How to create a Pcolor plot?

2 visualizaciones (últimos 30 días)
James Burgard
James Burgard el 23 de Oct. de 2013
Comentada: Walter Roberson el 24 de Oct. de 2013
how do i create a pcolorplot that looks like this one

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by