由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - help! Matlab movie or axis aspect ratio
相关主题
Matlab 算数值积分question on plotyy in matlab
请教,如何在matlab里面y axis左面和后面的用不同的刻度请问B-spline中order 3和basic function的关系
问一个matlab作图的问题谁实验过用图形界面的panel,比如qt什么的把matlab的axis画出来
问个matlab画图的问题Matlab作图时如何调整坐标轴范围的其中一个端点的值
how to rip a dvd请问怎么让imagesc()画出的图占据整个屏幕?
求每个波峰对应点问个idl的问题,请高人指教 (转载)
matlab可以画这样的图吗请问怎么是把这个圆柱的上下两个平面封起来?
plotyy how to combine with semiloyx请问一个用mesh画完图之后再用axis()放大的问题
相关话题的讨论汇总
话题: axis话题: ratio话题: aspect话题: matlab话题: when
进入Computation版参与讨论
1 (共1页)
x*y
发帖数: 364
1
When I make a movie by matlab, how can I define the axis aspect ratio?
When I use axis equal, the ratio is good but the axis range is changing in
each frame;
when I use axis([xmin xmax ymin ymax zmin zmax]), the axis range is fixed in
each frame but the aspect ratio is not right. I want the axis aspect ratio be
(xmax-xmin):(ymax-ymin):(zmax-zmin), can anyone please tell me how to get
this?
Thanks a lot!
a**a
发帖数: 63
2
I want to know too...

be

【在 x*y 的大作中提到】
: When I make a movie by matlab, how can I define the axis aspect ratio?
: When I use axis equal, the ratio is good but the axis range is changing in
: each frame;
: when I use axis([xmin xmax ymin ymax zmin zmax]), the axis range is fixed in
: each frame but the aspect ratio is not right. I want the axis aspect ratio be
: (xmax-xmin):(ymax-ymin):(zmax-zmin), can anyone please tell me how to get
: this?
: Thanks a lot!

x*y
发帖数: 364
3
I got it. It's pbaspect

in

【在 a**a 的大作中提到】
: I want to know too...
:
: be

1 (共1页)
进入Computation版参与讨论
相关主题
请问一个用mesh画完图之后再用axis()放大的问题 how to rip a dvd
matlab下如何控制生成图片的大小求每个波峰对应点
matlab请教matlab可以画这样的图吗
how to plot a circle in matlab?plotyy how to combine with semiloyx
Matlab 算数值积分question on plotyy in matlab
请教,如何在matlab里面y axis左面和后面的用不同的刻度请问B-spline中order 3和basic function的关系
问一个matlab作图的问题谁实验过用图形界面的panel,比如qt什么的把matlab的axis画出来
问个matlab画图的问题Matlab作图时如何调整坐标轴范围的其中一个端点的值
相关话题的讨论汇总
话题: axis话题: ratio话题: aspect话题: matlab话题: when