Variogram 2D function

Calculation variogram in 2D, scatter points.
5.5K Downloads
Updated 8 Dec 2003

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Numerical Integration and Differential Equations in Help Center and MATLAB Answers
Version Published Release Notes
1.0.0.0