Inverse Distance Weight

版本 1.3.0.0 (1.8 KB) 作者: Simone Fatichi
Inverse distance weighting (IDW) multivariate interpolation.
6.1K 次下载
更新时间 2012/2/24

查看许可证

The code performs an Inverse distance weighting (IDW) multivariate interpolation, i.e. a process of assigning values to unknown points by using values from usually scattered set of known points.
The code requires vectors of coordinates and variable values of known points (xc,yc,vc) and calculated the variable values by means of Inverse Distance Weighting (IDW) multivariate interpolation for a vector or matrix (Vint) of unknown points described by coordinates (x,y). The code allows to vary the distance weight (e) and to consider a certain number of neighbors through fixed radius or number of neighbours methods.

引用格式

Simone Fatichi (2025). Inverse Distance Weight (https://www.mathworks.com/matlabcentral/fileexchange/24477-inverse-distance-weight), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Geoscience 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.3.0.0

A bug in the fixed radius option has been fixed. The number of neighbours option was always correct. Note that the code requires that the coordinates of the known points must not overlap with the coordinates of the unknown points.

1.2.0.0

Changes in the code comments

1.0.0.0