matlab 子图title的位置,如何在Matlab中设置子图的位置

在Matlab中设置子图位置时,可以使用subplot('Position',[left bottom width height])手动指定位置。如果位置重叠,后面的图会覆盖前面的图。注意,所有位置都是归一化的。可以使用axis直接调整,但其单位也是归一化的。在混合使用自动和手动设置时,可能产生不同的输出结果。" 125064923,13488712,华为认证HCIP备考指南,"['华为', '网络', '运维', '网络安全', '华为云']
摘要由CSDN通过智能技术生成

I try to set this subplot one after another, But cannot change their position. What can i do?

figure

subplot(10,1,1,'Position',[0.5,0.69,1,0.1]);plot(B{1, 1}(:,[1,3]),'Color',

[0,0,0]);legend('Black');

subplot(10,1,2,'Position',[0.5,0.37,1,0.1]);plot(B{2, 1}(:,[1,3]),'Color',

[1,0,0]);legend('Red');

subplot(10,1,3,'Position',[0,0,1,0.1]);plot(B{3, 1}(:,[1,3]),'Color',

[0,1,0]);legend('Lime');

subplot(10,1,4,'Position',[0,0,1,0.1]);plot(B{4, 1}(:,[1,3]),'Color',

[0,0,1]);legend('Blue');

subplot(10,1,5,'Position',[0,0,1,0.1]);plot(B{5, 1}(:,[1,3]),'Color',

[0,1,1]);legend('Cyan');

subplot(10,1,6,'Position',[0,0,1,0.1]);plot(B{6, 1}(:,[1,3]),'Color',

[1,0,1]);l

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值