You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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).
Cite As
Aslak Grinsted (2026). Surfer Griddata (https://www.mathworks.com/matlabcentral/fileexchange/10986-surfer-griddata), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired: gridding_surfer
General Information
- Version 1.0.0.0 (1.53 KB)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | Better error handling and fixed a bug in the method selection code. (it always used kriging) |
