ex4_4.m
来自「源代码集合」· M 代码 · 共 12 行
M
12 行
x=-2: 0.2: 2; y=sin(x);
subplot(211), plot(x,y)
subplot(223), stem(x,y)
subplot(224), rose(x,y)
subplot(4,4,11), fill(x,y,'r');
subplot(4,4,12), feather(x,y)
subplot(4,4,15), plot(x,y);
subplot(4,4,16), stairs(x,y)
subplot(211), plot(x,y); subplot(312),plot(x,y)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?