Surfer Griddata
Keine Lizenz
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).
Zitieren als
Aslak Grinsted (2025). Surfer Griddata (https://de.mathworks.com/matlabcentral/fileexchange/10986-surfer-griddata), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- AI and Statistics > Statistics and Machine Learning Toolbox > Cluster Analysis and Anomaly Detection > Nearest Neighbors >
Tags
Quellenangaben
Inspiriert: gridding_surfer
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0.0 | Better error handling and fixed a bug in the method selection code. (it always used kriging) |
