📄 exm06081_1.m
字号:
syms t tao;
y=2/3*exp(-t/2)*cos(sqrt(3)/2*t); %定义符号函数
s=subs(int(y,t,0,tao),tao,t); %获得积分函数
subplot(1,2,1),ezplot(y,[0,4*pi]);grid
subplot(1,2,2),ezplot(s,[0,4*pi]);grid
title('s = \inty(t)dt') %重写右子图图名
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -