📄 ejer1_3.m
字号:
t=0:0.01:3;
f=3*exp(-j*2*pi.*t+(pi/4));
figure(1)
subplot(2,2,1)
plot(t,real(f))
subplot(2,2,2)
plot(t,imag(f))
subplot(2,2,3)
plot(t,abs(f))
subplot(2,2,4)
plot(t,angle(f))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -