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

버전 1.0.0.0 (2.59 KB) 작성자: Mathan Chandran
Give the basis functions and get the desired curve.
다운로드 수: 543
업데이트 날짜: 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