关于matlab中plot的一些参数

关于matlab中plot的一些参数

    ylim_max_hori = 0.05;
    ylim_max_vert = 0.1;
    tt = 1:nXYZ;
    subplot(3,1,1);
    plot(tt,dENU_RTKLIB3_b34(1:end,1),'r-');  % East %,tt,dENU_GAMP(1:end,1),'g-',tt,dENU_GAMPII(1:end,1),'b-'
    ylim([-2 2]);
    ylabel('East Errors (m)');
    strtitle = strcat(site, ' (GPS IF12-SPP, 2020/03/10)');
    title(strtitle,'fontsize',12);
    grid;
    box;
    set(gca,'FontName','Times New Roman','FontSize',13);
    subplot(3,1,2);
    plot(tt,dENU_RTKLIB3_b34(1:end,2),'g-');  % North ,tt,dENU_GAMP(1:end,2),'g-',tt,dENU_GAMPII(1:end,2),'b-'
     ylim([-4 4]);
    ylabel('North Errors (m)');
    grid;
    box;
    set(gca,'FontName','Times New Roman','FontSize',13);
 
    subplot(3,1,3);
    plot(tt,dENU_RTKLIB3_b34(1:end,3),'b-');  % Up ,tt,dENU_GAMP(1:end,3),'g-',tt,dENU_GAMPII(1:end,3),'b-'
%       ylim([-ylim_max_vert ylim_max_vert]);
    xlabel('Epoch Number');
    ylabel('Up Errors (m)');
    grid;
    box;
    set(gca,'FontName','Times New Roman','FontSize',13);

代码中dENU_RTKLIB3_b34为2880*3的矩阵
成图结果:
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值