| File Information |
| Description |
Those wishing to model a surface from data in the
form of z(x,y) from scattered or semi-scattered
data have had few options in matlab - mainly
griddata.
Griddata is a valuable tool for interpolation of
scattered data. However it fails when there are
replicates or when the data has many collinear
points. Griddata is also unable to extrapolate
beyond the convex hull of the data unless the 'v4'
option is used, which is slow.
Gridfit solves all of these problems, although it
is not an interpolant. It builds a surface over a
complete lattice, extrapolating smoothly into the
corners. You have control of the amount of
smoothing done, as well as interpolation methods,
which solver to use, etc.
This release allows the user to solve much larger problems using a new tiling option. There is essentially no limit on the size of the suface one builds now, as long as you have dense enough data and enough memory to store the final gridded surface.
Example uses are found in the file gridfit_demo.m,
as well as comparisons to griddata on the same
surfaces. |
| Acknowledgements |
This submission has inspired the following:
HOW TO PLOT A COLOURED SURFACE FROM 3D SCATTER
|
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
| Other requirements |
Gridfit should be accessible to older versions of
matlab, as long as symamd and colamd are
available. Older releases could use one of the
iterative solvers, such as symmlq. |
| Zip File Content |
|
| Published M Files |
gridfit_demo
|
| Other Files |
gridfitdir/.DS_Store, gridfitdir/bluff_data.mat, gridfitdir/gridfit.m, gridfitdir/ravine.jpg, gridfitdir/demo/.DS_Store, gridfitdir/demo/gridfit_demo.m, gridfitdir/doc/Understanding_gridfit.rtf, gridfitdir/test/.DS_Store, gridfitdir/test/test_main.m, gridfitdir/demo/html/gridfit_demo_10.png, gridfitdir/demo/html/gridfit_demo_09.png, gridfitdir/demo/html/gridfit_demo_01.png, gridfitdir/demo/html/gridfit_demo_02.png, gridfitdir/demo/html/gridfit_demo_03.png, gridfitdir/demo/html/gridfit_demo_04.png, gridfitdir/demo/html/gridfit_demo_05.png, gridfitdir/demo/html/gridfit_demo_06.png, gridfitdir/demo/html/gridfit_demo_07.png, gridfitdir/demo/html/gridfit_demo_08.png, gridfitdir/demo/html/gridfit_demo.png
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (54) |
| 11 Nov 2005 |
Michael Robbins
|
|
|
| 16 Nov 2005 |
Urs (us) Schwarz
|
|
|
| 13 Dec 2005 |
Chaowen Liang
|
|
|
| 13 Dec 2005 |
Alberto Baraldi
|
|
|
| 16 Dec 2005 |
Kong Zuor
|
|
|
| 10 Jan 2006 |
CASTRY Alen
|
|
|
| 11 Feb 2006 |
Julio Oliveira
|
|
|
| 21 Feb 2006 |
David Barker
|
|
|
| 06 Mar 2006 |
Kevin Denis
|
|
|
| 08 Mar 2006 |
T O
|
|
|
| 25 Apr 2006 |
Wen Soong
|
|
|
| 05 May 2006 |
Aslak Grinsted
|
|
|
| 27 May 2006 |
thank you
|
|
|
| 29 May 2006 |
Andy Lulham
|
|
|
| 16 Jun 2006 |
Håvard Torpe
|
|
|
| 19 Jun 2006 |
John D'Errico
|
|
|
| 21 Aug 2006 |
Christopher Schwalm
|
|
|
| 13 Oct 2006 |
Wolfgang Schwanghart
|
|
|
| 26 Oct 2006 |
Phani Ivatury
|
|
|
| 02 Nov 2006 |
Thomas Clark
|
|
|
| 09 Nov 2006 |
Carlos Adrián Vargas Aguilera
|
|
|
| 14 Dec 2006 |
E Farhi
|
|
|
| 07 Jan 2007 |
Zhijun Wang
|
|
|
| 19 Jan 2007 |
Ken Lin
|
|
|
| 01 Feb 2007 |
David Sprinkle
|
|
|
| 17 Apr 2007 |
gabriele flauti
|
|
|
| 24 May 2007 |
Juan Perez
|
|
|
| 02 Aug 2007 |
Hendawi Mohamed
|
|
|
| 05 Nov 2007 |
Darren Paget
|
|
|
| 28 Nov 2007 |
Henrique Mendes
|
|
|
| 28 Nov 2007 |
John D'Errico
|
|
|
| 10 Dec 2007 |
Gassilloud rémy
|
|
|
| 22 Jan 2008 |
Tim Marvin
|
|
|
| 12 Feb 2008 |
V P
|
|
|
| 12 Feb 2008 |
John D'Errico
|
|
|
| 13 Feb 2008 |
V P
|
|
|
| 21 Feb 2008 |
Alex Gardner
|
|
|
| 08 Mar 2008 |
Carlos Adrián Vargas Aguilera
|
|
|
| 29 Jul 2008 |
Anmol Agrawal
|
|
|
| 11 Sep 2008 |
gai cs
|
|
|
| 20 Sep 2008 |
Andrey Matseevskiy
|
|
|
| 20 Sep 2008 |
John D'Errico
|
|
|
| 14 Oct 2008 |
Cedric Testaz
|
|
|
| 20 Oct 2008 |
Pauline Wong
|
|
|
| 25 Oct 2008 |
Cristina Velasco
|
|
|
| 05 Dec 2008 |
Alexis
|
|
|
| 25 Dec 2008 |
Jveer
|
|
|
| 25 Dec 2008 |
Michael Jordan
|
|
|
| 13 Jan 2009 |
J Ú
|
|
|
| 04 Mar 2009 |
Bryan Raines
|
|
|
| 11 May 2009 |
Michael Dupin
|
|
|
| 06 Jun 2009 |
Karl
|
|
|
| 12 Jun 2009 |
Chris Sherwood
|
|
|
| 03 Jul 2009 |
Angel Atanasov
|
|
|
| Updates |
| 13 Dec 2005 |
Allows the user to specify a number of nodes from
min to max of the data. Also fixed it so if the user specifies a list of nodes which does not bound the data, it can either recover smoothly or issue an error, all at the discretion of the user. |
| 23 May 2006 |
Release 2.0: Adds the option of tiling to solve much larger problems |
| 22 Aug 2006 |
- Add autoscaling feature for badly scaled data
- Upgrade to Select structure, added more
examples
- Added Understanding_gridfit.rtf |
|