fitngaussian(xy, parameters)

버전 1.1.0.0 (4.1 KB) 작성자: Erik
fit n number of Gaussian peaks / sum of Gaussian peaks to data with automated peak detection
다운로드 수: 81
업데이트 날짜: 2017/7/17

라이선스 보기

fits n number of Gaussian peaks to xy data with automated peak detection (tweak minpeakheightm, minpeakwidth for better detection)
see also https://www.mathworks.com/matlabcentral/fileexchange/63748-fitnlorentzian-xydata--parameters-
how to use:
1. Download fitngaussian.m plus example data in 4peaksdata.dat (https://github.com/ebauch/matlab/blob/master/4peaksdata.dat)
2. In matlab run
% import xy data
xydata = load('4peaksdata.dat');

% fit data with n = 1,...,4 peaks
n = 3;
fitngaussian(xydata, n)

code is maintained at

https://github.com/ebauch/matlab

인용 양식

Erik (2025). fitngaussian(xy, parameters) (https://kr.mathworks.com/matlabcentral/fileexchange/63771-fitngaussian-xy-parameters), MATLAB Central File Exchange. 검색 날짜: .

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

Community Treasure Hunt

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

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

updated description

1.0.0.0