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 (2024). Variogram 2D function (https://www.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

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0