Main Content

样条构造

创建样条,包括 B-型、张量积、NURB 以及其他有理样条

使用曲线拟合器或 fit 函数,您可以拟合三次样条插值、平滑样条和薄板样条。其他 Curve Fitting Toolbox™ 函数允许对样条构造进行更专门的控制。例如,您可以使用 csapi 函数进行三次样条插值。有关详细信息,请参阅How to Construct Splines

函数

全部展开

bsplinePlot B-spline and its polynomial pieces
csapeCubic spline interpolation with end conditions
csapiCubic spline interpolation
cscvn“Natural” or periodic interpolating cubic spline curve
rscvnPiecewise biarc Hermite interpolation
spapiSpline interpolation
tpapsThin-plate smoothing spline
csapsCubic smoothing spline
spapsSmoothing spline
spcrv通过均匀细分生成样条曲线
tpapsThin-plate smoothing spline
spap2Least-squares spline approximation
ppmakPut together spline in ppform
rpmakPut together rational spline
rsmakPut together rational spline for standard geometric shapes
spmakPut together spline in B-form
stmakPut together function in stform
titaniumTitanium test data
frankeFranke's bivariate test function
bspliguiExperiment with B-spline as function of its knots
getcurveInteractive creation of cubic spline curve
splinetoolExperiment with some spline approximation methods
sptermsExplain spline terms

主题

样条简介

基本样条方法

对数据进行样条拟合

  • Cubic Spline Interpolation
    This example shows how to use the csapi and csape commands from Curve Fitting Toolbox™ to construct cubic spline interpolants.
  • 三次平滑样条
    此示例说明如何使用 Curve Fitting Toolbox™ 中的 csapsspaps 命令来构造三次平滑样条。
  • Fitting a Spline to Titanium Test Data
    This example shows how to use commands from Curve Fitting Toolbox™ to fit a spline to titanium test data with manual and automatic selection of knots.

样条应用