📄 q2512.m
字号:
%数学函数的绘图q2512
figure(1)
subplot(2,2,1),fplot('h(x)',[-5,5]),grid on
subplot(2,2,2),fplot('h(x)',[-5,5 -10,25]),grid on
subplot(2,2,3),fplot('20*sin(x)',[-5,5]),grid on
subplot(2,2,4),fplot('[20*sin(x),h(x)]',[-2,2]),grid on
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -