This FEX submission provides gaussfitn, a wrapper function that uses lsqcurvefit to fit the N-dimensional Gaussian (plus constant) model function,
Here A and D are unknown scalars, μ is an unknown Nx1 mean vector, and Σ is an unknown NxN covariance matrix. By imposing lower and upper bounds 0<=D<=0, this can also be used to perform pure Gaussian fitting. The submission also provides a helpful tool, namely gaussFcn, for post-plotting and assessing the fit.
See help documentation for gaussfitn() and gaussFcn() as well as the accompanying Examples.mlx for demonstrations of usage.
인용 양식
Matt J (2025). gaussfitn (https://www.mathworks.com/matlabcentral/fileexchange/69116-gaussfitn), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2018a
R2016b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- MATLAB > Mathematics > Numerical Integration and Differential Equations > Ordinary Differential Equations >
Help Center 및 MATLAB Answers에서 Ordinary Differential Equations에 대해 자세히 알아보기
태그
도움
도움 받은 파일: 2D Rotated Gaussian Fit, Fit 2D gaussian function to data, Fit 2D Gaussian with Optimization Toolbox, Fit 1D and 2D gaussian to noisy data
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.1.3 | *Added gaussFcn() to the package, for obtaining the fit as an anonymous function
|
||
1.1.2 | Typo correction |
||
1.1.1 | Small fix to the improved mu0/sig0 estimation method |
||
1.1.0 | Improved initial guesses of mu0 and sig0. |
||
1.0.2 | No change |
||
1.0.1 | Description modification |
||
1.0.0 |