• 大小: 13KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-08
  • 语言: Matlab
  • 标签: 测量平差  

资源简介

武汉大学测量平差基础-第五章、条件平差习题及例题MATLAB程序源代码

资源截图

代码片段和文件信息

%本程序用于计算误差理论与测量平差基础,武汉大学测绘学院与测量平差教学组编著的教材
%S5-2条件平差原理中例5-2的计算P75
Ha=12.013;
Hb=10.013;
S=[2 1 2 1.5];
h=[-1.004 1.516 2.512 1.520];
m=size(S2);
P=zeros(m);
for i=1:m
    P(ii)=1/S(i);
end;
A=[1 1 -1 0;0 1 0 -1];
W(1)=h(1)+h(2)-h(3)+Ha-Hb;
W(2)=h(2)-h(4);

Naa=A*inv(P)*A‘;
K=-inv(Naa)*W‘;

V=inv(P)*A‘*K;
h=h‘+V;
Hc=Ha+h(1)
Hd=Hb+h(3)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        408  2008-06-29 23:55  第五章、条件平差\Example5_2.m

     文件        380  2008-06-29 00:01  第五章、条件平差\Example5_3.m

     文件       1083  2008-06-29 23:52  第五章、条件平差\Example5_4.m

     文件        662  2008-06-29 23:57  第五章、条件平差\Example5_6.m

     文件        819  2008-06-29 23:50  第五章、条件平差\Example5_7.m

     文件        396  2008-07-02 22:48  第五章、条件平差\Excise5_1_05.m

     文件        389  2008-07-02 22:48  第五章、条件平差\Excise5_1_04.m

     文件        355  2008-07-02 22:48  第五章、条件平差\Excise5_1_06.m

     文件        516  2008-07-02 22:59  第五章、条件平差\Excise5_1_07.m

     文件        686  2008-07-12 23:21  第五章、条件平差\Excise5_2_26.m

     文件        761  2008-10-24 20:59  第五章、条件平差\Excise5_4_42.m

     文件        597  2008-10-24 20:59  第五章、条件平差\Excise5_4_43.m

     文件        881  2008-10-24 20:59  第五章、条件平差\Excise5_4_44.m

     文件        825  2008-07-13 23:14  第五章、条件平差\Excise5_4_45.m

     文件        662  2008-10-10 21:19  第五章、条件平差\Excise5_3_35.m

     文件        723  2008-10-10 21:38  第五章、条件平差\Excise5_3_36.m

     文件       1189  2008-10-11 21:20  第五章、条件平差\Excise5_2_28.m

     文件       1155  2008-10-11 21:44  第五章、条件平差\Excise5_2_29.m

     文件       1620  2008-10-11 23:31  第五章、条件平差\Excise5_3_38.m

     文件       1189  2008-10-11 21:20  第五章、条件平差\Excise5_2_27.m

     文件        493  2008-10-10 22:17  第五章、条件平差\Excise5_5_47.m

     文件        526  2008-10-10 22:17  第五章、条件平差\Excise5_5_48.m

     文件        527  2008-10-17 08:44  第五章、条件平差\Excise5_5_53.m

     目录          0  2008-06-08 15:24  第五章、条件平差

----------- ---------  ---------- -----  ----

                16842                    24


评论

共有 条评论