📄 xy24.m
字号:
x=[-10:0.1:10]
y=sin(2*x).*cos(x);
subplot(2,2,1)
plot(x,y)
z=sin(x)+cos(2*x);
subplot(2,2,3)
plot(x,z)
m=2*cos(x)-sin(x).*sin(x);
subplot(2,2,4)
plot(x,m)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -