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

버전 1.1.0.0 (2.88 KB) 작성자: jBuist
Ordinary Kriging Interpolation
다운로드 수: 2.8K
업데이트 날짜: 2016/5/15

라이선스 보기

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.

인용 양식

jBuist (2024). kriging(x,y,z,range,sill) (https://www.mathworks.com/matlabcentral/fileexchange/57133-kriging-x-y-z-range-sill), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

1.1 Update
- Added picture of results

1.0.0.0