?? chp8ex1.m
字號:
gamma=88.1*pi/180;
alpha1=88.1*pi/180;
alpha2=1.9*pi/180;
t=0:.001:.3;
i1=40*sin(377*t+alpha1 -gamma)-40*exp(-t/.08).*sin(alpha1-gamma);
i2=40*sin(377*t+alpha2 -gamma)-40*exp(-t/.08).*sin(alpha2-gamma);
subplot(2,1,1), plot(t, i1), grid
xlabel('t, sec'), ylabel('i(t)')
subplot(2,1,2), plot(t, i2), grid
xlabel('t, sec'), ylabel('i(t)')
subplot(111);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -