Fork me on GitHub

matlab-interpolation-toolkit by mattfoster

A matlab toolkit for interpolating scattered data in interesting ways.

Code developed during my PhD at the University of Bath, between 2005 and 2009. This toolkit contains functions for interpolating scattered data using normalised convolution, radial basis functions and kriging. Some functions for generating autocorrelated data are also provided.

Dependencies

GNU Make, GCC. Testes on Mac OS X 10.5 and Debian / Ubuntu 8.04/8.10

Install

Run `make`. To override the MEX binary, run: `make MEX=path/to/mex`

License

BSD. Natural neighbour code contains it's own license.

Authors

Matt Foster (matt.p.foster@gmail.com)

Contact

Matt Foster (matt.p.foster@gmail.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/mattfoster/matlab-interpolation-toolkit