yelv123 发表于 2008-12-21 21:33

axes函数中用'position'参数

刚在一个matlab牛人的博客上看到一个axes函数中用'position'参数问题,
大概是在一个图中,不同位置画一些图形
如:
x = 0 : 0.01 : 2 * pi;
y1 = sin(x); y2 = cos(x); y3 = sin(x) + cos(x);
plot(x, y1)
axes('position', )
plot(x, y2)
xlabel('y2 = cos(x)');
axes('position', )
plot(x, y3)
xlabel(' y3 = sin(x) + cos(x)');

[ 本帖最后由 yelv123 于 2008-12-21 21:36 编辑 ]

phoenixhx 发表于 2009-5-11 11:11

不错,学习了,正需要:lol

wukun 发表于 2009-5-11 11:54

非常好的东东!收藏!

zhuhuanuaa 发表于 2009-6-6 11:17

不错的经验,收藏了

tx602 发表于 2010-4-22 10:04

很实用哦,刚好要用到

wangtian8704 发表于 2011-5-9 16:21

学习了。

beckybu 发表于 2013-10-9 10:28

非常感谢,有说明就更好了

chyuhua 发表于 2013-10-13 14:32

{:{39}:}{:{39}:}{:{39}:}
页: [1]
查看完整版本: axes函数中用'position'参数