e0616.m
来自「matlab的一些学习资料和matlab的部分经典源码」· M 代码 · 共 5 行
M
5 行
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 + =
减小字号Ctrl + -
显示快捷键?