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

阅读量:81
阅读量:168
阅读量:63
阅读量:74
阅读量:35
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')
