📄 lab2.asv
字号:
clc;
t=0:0.1:10;
v=5*sin(2*pi*0.3*t+10*pi/180);
x=0:0.3:10;
vs=5*sin(2*pi*0.3*x+10*pi/180);
figure
subplot(2,1,1),plot(t,v);
n=1:numel(x);
subplot(2,1,2),stem(n,vs,'r');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -