How to create a Pcolor plot?

Respuestas (1)

Walter Roberson
Walter Roberson el 23 de Oct. de 2013

0 votos

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 Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 23 de Oct. de 2013

Comentada:

el 24 de Oct. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by