1、在MATLAB的命令行中输入命令:
x=0:0.05:10;

2、在MATLAB的命令行中输入命令:
y=exp(-0.5*x).*sin(10*x);

3、在MATLAB的命令行中输入命令:
plot(x,y,'r.-')

4、在MATLAB的命令行中输入命令:
text(4,0.6,'\otimes')

时间:2026-02-13 19:30:47
1、在MATLAB的命令行中输入命令:
x=0:0.05:10;

2、在MATLAB的命令行中输入命令:
y=exp(-0.5*x).*sin(10*x);

3、在MATLAB的命令行中输入命令:
plot(x,y,'r.-')

4、在MATLAB的命令行中输入命令:
text(4,0.6,'\otimes')
