Variogram 2D function
版本 1.0.0.0 (4.8 KB) 作者:
Armando Zaupa Remacre
Calculation variogram in 2D, scatter points.
% example:
load 'cluster.dat'
x = cluster(:,1);
y = cluster(:,2);
z = cluster(:,3);
[length(z) mean(z) var(z)]
variogram(x,y,z,0)
引用格式
Armando Zaupa Remacre (2026). Variogram 2D function (https://ww2.mathworks.cn/matlabcentral/fileexchange/4223-variogram-2d-function), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R13
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Numerical Integration and Differential Equations 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 版本 | 已发布 | 发行说明 | |
|---|---|---|---|
| 1.0.0.0 |