How to create a Pcolor plot?
显示 更早的评论
回答(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!
