Variogram 2D function

Calculation variogram in 2D, scatter points.
5,5K Downloads
Aktualisiert 8. Dez 2003

Lizenz anzeigen

% 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.

Kompatibilität der MATLAB-Version
Erstellt mit R13
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Numerical Integration and Differential Equations finden Sie in Help Center und MATLAB Answers
Version Veröffentlicht Versionshinweise
1.0.0.0