如何在图中进行特殊字符叉圈号的标定?
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')

阅读量:110
阅读量:75
阅读量:96
阅读量:46
阅读量:21
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')
