Variogram 2D function

Calculation variogram in 2D, scatter points.
5,5K download
Aggiornato 8 dic 2003

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R13
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Numerical Integration and Differential Equations in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0