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

Ordinary Kriging Interpolation

Al momento, stai seguendo questo contributo

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.

Cita come

jBuist (2026). kriging(x,y,z,range,sill) (https://it.mathworks.com/matlabcentral/fileexchange/57133-kriging-x-y-z-range-sill), MATLAB Central File Exchange. Recuperato .

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.1.0.0

1.1 Update
- Added picture of results

1.0.0.0