Weighted Nonlinear Curve Fit Script with Plotter

버전 1.4.0.0 (8.4 KB) 작성자: Jannick
This curve fitting script calculates best guess and errors using data with y-error. Plot see preview
다운로드 수: 989
업데이트 날짜: 2012/3/19

라이선스 보기

This weighted nonlinear fit script fulfills the requirements of physicists, chemists and other quantative scientists, who need a fitting script for the everyday use. This script fits and creates nice plots with results and data automatically printed in a legend. It saves much time compared to using origin or other fitting programs.

It uses built in minimization routines to obtain the best guess for the fit variables. The error is determined by adding some value x (depending on how many variables are fitted) to the minimum chi^2 value and finding the value of the respective fitting variable so that chi^2 is equal to min(chi^2)+x.

인용 양식

Jannick (2024). Weighted Nonlinear Curve Fit Script with Plotter (https://www.mathworks.com/matlabcentral/fileexchange/35565-weighted-nonlinear-curve-fit-script-with-plotter), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Linear and Nonlinear Regression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.4.0.0

example added

1.3.0.0

rounding on n significant digits (default n=2)

1.2.0.0

new options like change of header

1.1.0.0

minor bug fixes

1.0.0.0