How to create a Pcolor plot?
古いコメントを表示
how do i create a pcolorplot that looks like this one

回答 (1 件)
Walter Roberson
2013 年 10 月 23 日
Im = rand(25, 70);
pcolor(Im);
2 件のコメント
James Burgard
2013 年 10 月 24 日
Walter Roberson
2013 年 10 月 24 日
See importdata() and textscan() and xlsread() and load()
カテゴリ
ヘルプ センター および File Exchange で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!