How to create a Pcolor plot?
Mostrar comentarios más antiguos
how do i create a pcolorplot that looks like this one

Respuestas (1)
Walter Roberson
el 23 de Oct. de 2013
Im = rand(25, 70);
pcolor(Im);
2 comentarios
James Burgard
el 24 de Oct. de 2013
Walter Roberson
el 24 de Oct. de 2013
See importdata() and textscan() and xlsread() and load()
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!