q2512.m
来自「电路与系统专业的matlab程序。有很多经典的实例。」· M 代码 · 共 7 行
M
7 行
%数学函数的绘图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 + =
减小字号Ctrl + -
显示快捷键?