How to fit multiple Gaussian functions in image without using the Curve fit GUI?
Show older comments
I am trying to fit multiple Gaussians in a TEM image. I want to achieve this using coding rather than the curve fitting tool.
Answers (1)
Massimo Zanetti
on 29 Jun 2017
1 vote
4 Comments
Tara Prasad Mishra
on 7 Jul 2017
Adam
on 7 Jul 2017
fitgmdist is not restricted to 2 dimensions as far as I am aware
Massimo Zanetti
on 11 Jul 2017
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
on 1 Jun 2023
can i get the ful coding of it,,,
Categories
Find more on Curve Fitting Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!