Least square curve fit with out differentiation(Gra​mdeterminant method)

版本 1.0.0.0 (2.6 KB) 作者: Mathan Chandran
Give the basis functions and get the desired curve.
544.0 次下载
更新时间 2009/12/13

查看许可证

Curdat.m is a data file. You can change to get your
need.
Polycurve.m is polynomial basis file.
Graf.m is the user’s basis file. You can change to
match your choice.
Curfit.m Gives the polynomial curve and the graph.
Gramplot.m gives the curve for selected basis.

Example ;
Gramplot() gives the result. Deviations and
locations are included.
Curfit(4) gives the result.

Least square curve fit is the principle. In the formulation,
differentiation is avoided. Instead,an inner-product is
designed and Gram-matrix is created. The curve F is

F = ∑ ai fi ; i = 1..n

ai are the parameters
fi are the basis functions

引用格式

Mathan Chandran (2024). Least square curve fit with out differentiation(Gramdeterminant method) (https://www.mathworks.com/matlabcentral/fileexchange/26085-least-square-curve-fit-with-out-differentiation-gramdeterminant-method), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2009b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0