image thumbnail

kriging(x,y,z,range,sill)

version 1.1.0.0 (2.88 KB) by jBuist
Ordinary Kriging Interpolation

1.9K Downloads

Updated15 May 2016

View License

3D interpolation of scattered height data against x and y data.

USES:
[elevation] = kriging(PointsX,PointsY,PointsElev)
[elevation] = kriging(PointsX,PointsY,PointsElev,Range,Sill)
[elevation,gridX,gridY] = kriging(PointsX,PointsY,PointsElev)
[elevation,gridX,gridY] = kriging(PointsX,PointsY,PointsElev,Range,Sill)

The input variables range and sill are optional; 'Default' values will be
used if not supplied. The 'default' values are not correct but give a
good indiciation of your kriging. To determine the right values use
variography.

Cite As

jBuist (2022).kriging(x,y,z,range,sill)(//www.tianjin-qmedu.com/matlabcentral/fileexchange/57133-kriging-x-y-z-range-sill), MATLAB Central File Exchange. Retrieved.

MATLAB Release Compatibility
Created with R2015b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!