How to fit multiple Gaussian functions in image without using the Curve fit GUI?
古いコメントを表示
I am trying to fit multiple Gaussians in a TEM image. I want to achieve this using coding rather than the curve fitting tool.
回答 (1 件)
Massimo Zanetti
2017 年 6 月 29 日
1 投票
4 件のコメント
Tara Prasad Mishra
2017 年 7 月 7 日
Adam
2017 年 7 月 7 日
fitgmdist is not restricted to 2 dimensions as far as I am aware
Massimo Zanetti
2017 年 7 月 11 日
As Adam says, fitgmdist fits multi-dimensional data. In the doc page you see the input is a matrix X where rows are observations and columns are variable. Therefore, if you are dealing with 3-dimensional data, your matrix X will be size N-by-3, where N is the number of observations.
MOUNICA
2023 年 6 月 1 日
can i get the ful coding of it,,,
カテゴリ
ヘルプ センター および File Exchange で Curve Fitting Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!