如何在MatLab中画带箭头的坐标系

如题所述

如何在MatLab中画带箭头的坐标系
例子:
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]);
温馨提示:答案为网友推荐,仅供参考
相似回答