資源簡介
通過二次曲面擬合的方式建立模型,實(shí)現(xiàn)大地高,正常高,高程異常值之間的相互轉(zhuǎn)換,實(shí)現(xiàn)擬合模型成功建立。

代碼片段和文件信息
function?Dt=GetData
%讀入數(shù)據(jù)
[filenamepathname]=uigetfile(‘*.txt‘‘Pick?a?file?for?read‘);?%打開標(biāo)準(zhǔn)對話框
fid1=fopen(strcat(pathnamefilename)‘r‘);?%以只讀形式打開
Dt=load(filename);?%獲取數(shù)據(jù)
fclose(fid1);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????217??2013-11-15?10:52??matlab二次曲面移動擬合生成DEM\GetData.m
?????文件???????1597??2013-11-15?10:52??matlab二次曲面移動擬合生成DEM\GridZ.m
?????文件????????905??2013-11-15?10:52??matlab二次曲面移動擬合生成DEM\Unti
?????目錄??????????0??2013-11-17?20:52??matlab二次曲面移動擬合生成DEM
-----------?---------??----------?-----??----
?????????????????2719????????????????????4
評論
共有 條評論