How to fit multiple Gaussian functions in image without using the Curve fit GUI?

6 vues (au cours des 30 derniers jours)
Tara Prasad Mishra
Tara Prasad Mishra le 29 Juin 2017
Commenté : MOUNICA le 1 Juin 2023
I am trying to fit multiple Gaussians in a TEM image. I want to achieve this using coding rather than the curve fitting tool.

Réponses (1)

Massimo Zanetti
Massimo Zanetti le 29 Juin 2017
Hi Mishra,
here it the function you need fitgmdist.
It does fitting using Gaussian mixture model.
  4 commentaires
Massimo Zanetti
Massimo Zanetti le 11 Juil 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
MOUNICA le 1 Juin 2023
can i get the ful coding of it,,,

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by