[求助] 函数图象如何标注箭头
maple吧
全部回复
仅看楼主
level 1
bailing_19
楼主
1.函数图象如何标注箭头,
2.如何在箭头附近标注x/y轴
谢谢啦
2015年03月01日 02点03分
1
level 2
第一个李昊阳
2015年05月02日 08点05分
2
level 2
第一个李昊阳
plot(linspace(-10,10,100),zeros(100,1),'r');
hold on
plot(zeros(100,1),linspace(-10,10,100),'g');
text(0,-1,'\leftarrow')
text(1,0,'\rightarrow')
2015年05月02日 08点05分
3
1