How to create a Pcolor plot?
Ältere Kommentare anzeigen
how do i create a pcolorplot that looks like this one

Antworten (1)
Walter Roberson
am 23 Okt. 2013
Im = rand(25, 70);
pcolor(Im);
2 Kommentare
James Burgard
am 24 Okt. 2013
Walter Roberson
am 24 Okt. 2013
See importdata() and textscan() and xlsread() and load()
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!