Interpolation

Fit interpolating curves or surfaces, estimate values between known data points

Interpolation is a method of estimating values between known data points. Use interpolation to smooth observed data, fill in missing data, and make predictions. Curve Fitting Toolbox™ functions allow you to perform interpolation by fitting a curve or surface to the data. For more information, see About Interpolation Methods.

To fit an interpolating curve or surface, use the Curve Fitting app. Fit an interpolating curve or surface at the command line by using the fit function. For information on choosing an interpolant fit, see Selecting an Interpolant Fit.

Apps

Curve FittingFit curves and surfaces to data

Functions

excludedataExclude data from fit
fitFit curve or surface to data
fittypeFit type for curve and surface fitting
fitoptionsCreate or modify fit options object
getGet fit options structure property names and values
setAssign values in fit options structure
fevalEvaluate cfit, sfit, or fittype object
prepareCurveData Prepare data inputs for curve fitting
prepareSurfaceDataPrepare data inputs for surface fitting

Topics

Selecting an Interpolant Fit

Fit interpolant models in Curve Fitting app or with the fit function.

Interpolation Methods

Interpolation methods for estimating values between known data points for curves and surfaces.

Nonparametric Fitting

Nonparametric fitting to create smooth curves or surfaces through your data with interpolants and smoothing splines.