Surfer Griddata

版本 1.0.0.0 (1.5 KB) 作者: Aslak Grinsted
A gridding interface with surfer (v7). Works just like griddata.
6.5K 次下载
更新时间 2006/5/17

无许可证

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).

引用格式

Aslak Grinsted (2025). Surfer Griddata (https://ww2.mathworks.cn/matlabcentral/fileexchange/10986-surfer-griddata), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R14SP3
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

启发作品: gridding_surfer

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

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