Surfer Griddata

A gridding interface with surfer (v7). Works just like griddata.
6,5K téléchargements
Mise à jour 17 mai 2006

Aucune licence

A replacement for griddata for those that have golden softwares Surfer.

(Very fast compared to griddata for my test dataset!)

Usage:
[Xi,Yi,Zi]=surfergriddata(X,Y,Z,Xi,Yi,method) or
[Xi,Yi,Zi]=surfergriddata(X,Y,Z) or
[Zi]=surfergriddata(X,Y,Z,Xi,Yi,method) or

methods:
InverseDistance, Kriging(default), MinCurvature, NaturalNeighbor, NearestNeighbor, RadialBasis, Regression, Shepards, Triangulation

-------------------
Aslak Grinsted 2006

NOTE: Requires Golden Software Surfer (only tested in surfer7).

Citation pour cette source

Aslak Grinsted (2024). Surfer Griddata (https://www.mathworks.com/matlabcentral/fileexchange/10986-surfer-griddata), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R14SP3
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

A inspiré : gridding_surfer

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

Better error handling and fixed a bug in the method selection code. (it always used kriging)