📄 ejer1_4.m
字号:
n1=0:25;
n2=-15:25;
n3=0:50;
x1=sin((pi/17).*n1);
x2=sin((pi/17).*n2);
x3=cos(n3/8);
figure(1)
subplot(2,2,1)
plot(n1,x1);
subplot(2,2,2)
plot(n2,x2);
subplot(2,2,3)
plot(n3,x3);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -