📄 e0616.m
字号:
subplot(2,2,1);fplot('sind(x)',[-360 360]);title('sin(x)')
subplot(2,2,2);fplot('cosd(x)', [-360 360]);title(' cos(x)')
subplot(2,2,3);fplot('sinh(x)',[-2*pi 2*pi]);title(' sinh(x)')
subplot(2,2,4);fplot('cosh(x)',[-2*pi 2*pi]);title('cosh(x)')
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -