Variogram 2D function

Calculation variogram in 2D, scatter points.
5,5K téléchargements
Mise à jour 8 déc. 2003

Afficher la licence

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

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R13
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Numerical Integration and Differential Equations dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0