搜索资源列表
克里金插值matlab源程序
- 克里金插值matlab源程序,采用高斯模型,简单有效。,Kriging interpolation matlab source code, the use of Gaussian models, simple and effective.
mkriging
- matlab编写的克里金插值程序和最近邻值点和距离反比例插值程序-Kriging
vebyk
- 二维网格点的克里金插值,克里金插值是一种插值算法,广泛应用在工业中,用matlab编写-The program is designed to interpolate values on a regular two-dimensional grid using ordinary kriging.
KrigingV2.0
- 克里金算法2.0版本,对二维插值有详细的工具箱-kriging algorithm V2.0 for matlab
kriging0matlab02
- 实现克里金插值,通过实现matlab实现该方法,可以滤波,并得到比较好的DEM。-Kriging interpolation to achieve, through the realization of Kriging can be filtered, and get better DEM.
klj
- matlab克里金插值函数,用于数据挖掘,填充数据用。-Kriging interpolation function
kriging toolbox
- 这个代码是一个克里金插值的工具箱,对代码有详细的解释,也有详细的例子教大家如何使用,这个代码非常好用。(This is a Matlab toolbox for working with kriging approximations to computer models.The typical use of this software is to construct a kriging approximation model based on data you loaded.The resul
dace(插值)
- 包含实例的MATLAB 克里金插值程序,注释清楚,方便移植(Contains examples of MATLAB kriging interpolation, comments clear, convenient transplantation)
克里金插值
- 基本克里金算法,用于代理模型的参数计算,解决可靠性计算的通用matlab方法(Basic Kriging algorithm. The model is used to calculate the parameters of the agent model and to solve the general matlab method for reliability calculation)
dace
- matlab克里金插值工具箱,用于克里金插值(this toolbox describes the background for and use of the software package DACE (Design and Analysis of Computer Experiments), which is a Matlab toolbox for working with kriging approximations to computer models.)
克里金插值
- matlab 实现克里金插值 传统克里金插值 可用于已知少数点的值画整体趋势面(matlab kriging Can be used to draw a few points of the known value of the overall trend surface)
matlab克里金插值kriging
- 克里金(Kriging)插值法,又称空间自协方差最佳插值法,它是以南非矿业工程师D.G.Krige的名字命名的一种最优内插法。克里金法广泛地应用于地下水模拟、土壤制图等领域,是一种很有用的地质统计格网化方法。(Krikin (Kriging) interpolation method, also called spatial covariance best interpolation method, is an optimal interpolation method named by Sout
matlab克里金插值kriging
- Kriging插值法,经典克里金插值法,内含说明(Kriging,Classic kriging interpolation method,containing instructions)
variogramfit
- 基于matlab的克里金插值法,内含说明和举例(Kriging interpolation method based on matlab, containing instructions and an example)
克里金
- 本压缩包基于matlab的克里金插值法,内含说明和举例(Kriging interpolation method based on matlab, containing instructions and an example)
Kriging_WENG
- 这是克里金插值Matlab程序 可以在Matlab上实现可莉净差值(this is a kriging_weng for Matlab .this is a kriging_weng for Matlab .)
matlab克里金插值kriging
- 克里金加权插值法,使用方便参数设定简单,容易实现,(Kriging weighted interpolation is easy to use and easy to implement,)
kriging2
- 对三维点阵进行克里金插值 % USES: % [elevation] = KRIGING(PointsX,PointsY,PointsElev) % [elevation] = KRIGING(PointsX,PointsY,PointsElev,Range,Sill) % [elevation,gridX,gridY] = KRIGING(PointsX,PointsY,PointsElev) %
matlab克里金插值
- 实现了arcgis中批量克里金插值功能,大大提高了处理效率。
克里金插值
- 克里金插值的matlab工具包,内含说明文档和示例文件