gaussian curve fit

バージョン 1.0.0.0 (1.71 KB) 作成者: Yohanan Sivan
gaussian curve fit
ダウンロード: 34.1K
更新 2006/7/19

ライセンスの表示

[sigma,mu,A]=mygaussfit(x,y)
[sigma,mu,A]=mygaussfit(x,y,h)

this function is doing fit to the function
y=A * exp( -(x-mu)^2 / (2*sigma^2) )

the fitting is been done by a polyfit
the lan of the data.

h is the threshold which is the fraction
from the maximum y height that the data
is been taken from.
h should be a number between 0-1.
if h have not been taken it is set to be 0.2
as default.

引用

Yohanan Sivan (2025). gaussian curve fit (https://www.mathworks.com/matlabcentral/fileexchange/11733-gaussian-curve-fit), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2006a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersLinear and Nonlinear Regression についてさらに検索
謝辞

ヒントを与えたファイル: Fit 1D and 2D gaussian to noisy data, Slant Edge Script

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0