Variogram 2D function

Calculation variogram in 2D, scatter points.

Sie verfolgen jetzt diese Einreichung

% example:
load 'cluster.dat'
x = cluster(:,1);
y = cluster(:,2);
z = cluster(:,3);
[length(z) mean(z) var(z)]
variogram(x,y,z,0)

Zitieren als

Armando Zaupa Remacre (2026). Variogram 2D function (https://de.mathworks.com/matlabcentral/fileexchange/4223-variogram-2d-function), MATLAB Central File Exchange. Abgerufen .

Kategorien

Mehr zu Numerical Integration and Differential Equations finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0