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 编辑 ] 不错,学习了,正需要:lol 非常好的东东!收藏! 不错的经验,收藏了 很实用哦,刚好要用到 学习了。 非常感谢,有说明就更好了 {:{39}:}{:{39}:}{:{39}:}
页:
[1]