例子:
x1=linspace(0,10,100);
y1=sin(x1)
plot(x1,y1);
annotation('arrow',[0.132 0.132],[0.8 1]);
annotation('arrow',[0.8 1],[0.108 0.108]);
结果如下:
方法:就是在程序后面加上语句
annotation('arrow',[0.132 0.132],[0.8 1]);
annotation('arrow',[0.8 1],[0.108 0.108]);
例子:
x1=linspace(0,10,100);
y1=sin(x1)
plot(x1,y1);
annotation('arrow',[0.132 0.132],[0.8 1]);
annotation('arrow',[0.8 1],[0.108 0.108]);
结果如下:
方法:就是在程序后面加上语句
annotation('arrow',[0.132 0.132],[0.8 1]);
annotation('arrow',[0.8 1],[0.108 0.108]);