File Exchange
MATLAB Newsgroup
Link Exchange
Blogs
Contest
MathWorks.com


Fitting and Interpolation
 
  • MathWorks - Curve Fitting Toolbox  pop
    The Curve Fitting Toolbox is a collection of MATLAB� functions that provides a central access point for curve fitting applications. The toolbox provides routines for preprocessing data, as well as creating, comparing, analyzing, and managing models. The functionality in the Curve Fitting Toolbox is available through an intuitive visual interface or at the command line. In addition, toolbox functions are implemented in the open MATLAB language. This gives you access to the source code, which allows you to learn from and customize existing algorithms or develop your own.
    http://www.mathworks.com/products/curvefitting/
    (Added: May 06, 2001 Hits: 1418 Rating: 0.00 Votes: 0)   Rate It   Review It
  • ENTOOL  pop
    ENTOOL is a MATLAB Toolbox for ensemble regression modelling. Various models have been implemented so far, including neural networks, radial basis functions, k-nearest neighbour models, multivariate adaptive regression splines, polynomial- and linear regression models, etc.
    http://zti.if.uj.edu.pl/~merkwirth/entool_overview.pdf
    Read 2 Reviews
    (Added: Hits: 1249 Rating: 0.00 Votes: 0)   Rate It   Review It
  • MathWorks - Spline Toolbox  pop
    The Spline Toolbox is a collection of MATLAB� functions for data fitting, interpolation, extrapolation, and visualization. (Splines are smooth piecewise polynomials that can be used to represent functions over large intervals, where it would be impractical to use a single approximating polynomial.) All Spline Toolbox functions, including algorithms available through the GUI, are implemented in the open MATLAB language.
    http://www.mathworks.com/products/splines/
    Read 2 Reviews
    (Added: May 06, 2001 Hits: 990 Rating: 0.00 Votes: 0)   Rate It   Review It
  • fitplane.m  pop
    Fitting of a plane or hyperplane to a set of points.
    http://www.mathtools.net/files/net/fitplane.zip
    (Added: Jul 22, 1999 Hits: 802 Rating: 0.00 Votes: 0)   Rate It   Review It
  • interpl.m  pop
    1-D linear interpolation. YI = INTERPL(X,Y,XI) returns vector YI containing elements corresponding to the elements of XI and determined by linear interpolation within vectors X and Y. INTERPL is much faster than TABLE1 and INTERP1 as it uses a mex-file for the actual computation.
    http://www.mathtools.net/files/net/interpl.zip
    (Added: Aug 13, 1999 Hits: 738 Rating: 0.00 Votes: 0)   Rate It   Review It
  • Ezyfit Toolbox - A free curve fitting toolbox for Matlab
    The Ezyfit toolbox for Matlab enables you to perform simple curve fitting of one-dimensional data using arbitrary (non linear) fitting functions. It adds a new menu to your figure windows, which allows you to easily fit your data with predefined or user-defined fit equations, including interactive selection of your data (outliers removing). This toolbox also provides a set of command-line functions to perform 'programmatically' curve fitting: you just have to type something like showfit('c+a/x^n') and EzyFit gives you the values for c, a and n and shows you the curve!
    http://www.fast.u-psud.fr/ezyfit
    (Added: Oct 06, 2005 Hits: 602 Rating: 0.00 Votes: 0)   Rate It   Review It
  • interpm.m
    Interpolation between rows and columns of a matrix.
    http://www.mathtools.net/files/net/interpm.zip
    (Added: Jul 19, 1999 Hits: 538 Rating: 0.00 Votes: 0)   Rate It   Review It
  • Fitting Polynomial Models to Data
    It is common engineering practice to "fit a line" to a set of data in order to determine some useful parameter in a mathematical model or perhaps to generate a calibration curve. . .
    http://www.facstaff.bucknell.edu/maneval/help211/fitting.html
    (Added: Jun 08, 2005 Hits: 494 Rating: 0.00 Votes: 0)   Rate It   Review It
  • fillmiss.m
    Interpolates missing values of matrix M (marked by NaN) from a set of nearest available elements.
    http://www.mathtools.net/files/net/fillmiss.zip
    Read 3 Reviews
    (Added: Jul 19, 1999 Hits: 493 Rating: 0.00 Votes: 0)   Rate It   Review It
  • Sparse Grid Interpolation Toolbox
    The Sparse Grid Interpolation Toolbox is a Matlab toolbox for recovering (approximating) expensive, possibly high-dimensional multivariate functions. It includes hierarchical sparse grid interpolation algorithms based on both piecewise multilinear and polynomial basis functions. Sparse grids are superior to conventional (full) tensor-product grids due to a significant reduction of the support nodes. The asymptotic error decay of full grid interpolation is preserved up to a logarithmic factor provided that the objective function is smooth enough. The toolbox also includes efficient dimension- adaptive algorithms that automatically detect full or partial separability of the objective model, thereby performing well even for large problem dimensions d > 10 (up to several hundreds, depending on the problem). Treatment of models with multiple output parameters (possibly several hundreds) is also possible. Since version 3.5, accurate gradients can be computed at very low additional cost. Since version 4.0, efficient algorithms are provided to search the interpolant for minima/maxima. Since version 5.0, numerical integration using sparse grids is supported (including Gauss- Patterson sparse grid).
    http://www.ians.uni-stuttgart.de/spinterp
    (Added: Jan 17, 2006 Hits: 432 Rating: 0.00 Votes: 0)   Rate It   Review It
  • fitline.m
    Fitting a straight line through data points specified by vectors X and Y.
    http://www.mathtools.net/files/net/fitline.zip
    (Added: Jul 22, 1999 Hits: 337 Rating: 0.00 Votes: 0)   Rate It   Review It
  • ZipInterp - Multidimensional Interpolator
    ZipInterp provides general-purpose and advanced capabilities for N-dimensional interpolation. In its most basic usage mode, it allows multidimensional array indexing with fractional indices. Advanced capabilities include bias compensation, gradient calculation, inverse function evaluation, and interpolation on non-uniform ("non-plaid") coordinate maps. A demo package and product documentation can be freely downloaded.
    http://software.kjinnovation.com/
    (Added: Apr 14, 2006 Hits: 276 Rating: 0.00 Votes: 0)   Rate It   Review It
  • LibLip multivariate scattered data approximation toolbox
    LibLip is a Matlabtoolbox, which provides many methods to interpolate scattered data (with or without preprocessing) by using only the data itself and one additional parameter - the Lipschitz constant (which is basically the upper bound on the slope of the function). The Lipschitz constant can be automatically estimated from the data. LibLip also provides approximation methods using locally Lipschitz functions. If the data contains noise, it can be smoothened using special techniques which rely on linear programming. Lipschitz constant can also be estimated from noisy data by using sample splitting and cross-validation. In addition LibLip also accommodates monotonicity and range constraints. It is useful for approximation of functions that are known to be monotone with respect to all or a subset of variables, as well as monotone only on parts of the domain. Range constraints accommodate non-constant bounds on the values of the data and the interpolant.
    http://www.deakin.edu.au/~gleb/lip.html
    (Added: Jan 08, 2007 Hits: 185 Rating: 0.00 Votes: 0)   Rate It   Review It
  • Recursive Zonal Equal Area Sphere Partitioning Toolbox
    The Recursive Zonal Equal Area (EQ) Sphere Partitioning Toolbox is a suite of Matlab functions for use in exploring different aspects of EQ sphere partitioning. The functions are grouped into the following groups of tasks: 1. Create EQ partitions 2. Find properties of EQ partitions 3. Find properties of EQ point sets 4. Produce illustrations 5. Test the toolbox 6. Perform some utility function
    http://eqsp.sourceforge.net/
    (Added: Dec 13, 2006 Hits: 69 Rating: 0.00 Votes: 0)   Rate It   Review It

Public Viewings and Use Policy for the MATLAB Central Link Exchange
NOTICE: This MATLAB Central portion of The MathWorks' site provides links to other third-party World Wide Web sites or resources. If you visit one of these sites, please note that we do not control their privacy pratices. Therefore we urge you to learn about their privacy practices before leaving any information with them. The MathWorks does not control the content posted on linked sites and, as such, does not guarantee the accuarcy, integrity, or quality of such content.
Read the complete Disclaimer prior to use.

Related Topics