1 Star 0 Fork 4

seismology_deep / BTTT-matlab_GNSS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
PostError_serial2.m 624 Bytes
一键复制 编辑 原始数据 按行查看 历史
sooshyundaddy 提交于 2018-06-21 16:01 . matlab_gnss
dNE = rms(dNEV(:,4));
d3 = rms(dNEV(:,5));
tHour = [1:1:length(dNEV(:,1))]';
figure();
subplot(3,4,[1,2,5,6])
plot(dNEV(:,2), dNEV(:,1),'o');
axis([-5 5 -5 5]);
axis square
grid on;
xlabel({'\Delta E (meters)',...
['dNE = ', num2str(dNE)],...
[' 3D = ', num2str(d3)]}); ; ylabel('\Delta N (meters)')
%% ׷
subplot(3,4,[3,4])
plot(tHour(:,1), dNEV(:,1), '.r:', tHour(:,1), dNEV(:,2), '.b:'); xlim([1 length(dNEV)]); grid on;
legend('\Delta N', '\Delta E')
ylabel('\Delta N,E (meters)');
subplot(3,4,[7,8])
plot(tHour(:,1), dNEV(:,3), '.:'); xlim([1 length(dNEV)]); grid on;
ylabel('\Delta U (meters)')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Matlab
1
https://gitee.com/deep_seismology/BTTT-matlab_GNSS.git
git@gitee.com:deep_seismology/BTTT-matlab_GNSS.git
deep_seismology
BTTT-matlab_GNSS
BTTT-matlab_GNSS
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891