figure的Position矩阵是什么意思?
figure('numbertitle','off','name','自由度1的位移','pos',);plot(t,x(1,t)),grid,xlabel('时间*0.1秒'),title('自由度1的位移与时间的关系')
figure('numbertitle','off','name','自由度2的位移','pos',);
plot(t,x(2,t)),grid,xlabel('时间*0.1秒'),title('自由度2的位移与时间的关系')
figure('numbertitle','off','name','自由度3的位移','pos',);
plot(t,x(3,t)),grid,xlabel('时间*0.1秒'),title('自由度3的位移与时间的关系')
这三个矩阵是什么意思啊?
[ 本帖最后由 ChaChing 于 2010-4-12 14:22 编辑 ] Position - Location and size of figure
4-element vector
Default: pixels
可以scrsz=get(0,'ScreenSize')检查LZ荧幕的pixel数
[ 本帖最后由 ChaChing 于 2010-4-12 14:17 编辑 ]
回复 沙发 ChaChing 的帖子
谢谢ChaChing,谢谢谢谢
页:
[1]