How to create a Pcolor plot?
Mostra commenti meno recenti
how do i create a pcolorplot that looks like this one

Risposte (1)
Walter Roberson
il 23 Ott 2013
Im = rand(25, 70);
pcolor(Im);
2 Commenti
James Burgard
il 24 Ott 2013
Walter Roberson
il 24 Ott 2013
See importdata() and textscan() and xlsread() and load()
Categorie
Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!