?? 3-6.m
字號(hào):
%例程3-6 產(chǎn)生Dirichlet函數(shù)波形
t=[-4*pi:0.1:4*pi];
x=diric(t,7);
y=diric(t,6);
subplot(2,1,1);
plot(t,x);
subplot(2,1,2);
plot(t,y);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -