📄 mm2801.m
字号:
n = 21;
map=copper(n);colormap(map)
subplot(2,1,1)
x=0:n;
y=[0 1];
[xx,yy]=meshgrid(x,y);
c=[1:n+1;1:n+1];pcolor(xx,yy,c)
set(gca,'Yticklabel','')title('Figure 28.1a: Pcolor of Copper')
subplot(2,1,2)rgbplot(map)
xlim([0,n])title('Figure 28.1b: RGBplot of Copper')
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -