Variogram 2D function

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. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Numerical Integration and Differential Equations 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0