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

阅读量:112
阅读量:93
阅读量:115
阅读量:52
阅读量:109
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')
