How to fit multiple Gaussian functions in image without using the Curve fit GUI?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am trying to fit multiple Gaussians in a TEM image. I want to achieve this using coding rather than the curve fitting tool.
0 Commenti
Risposte (1)
Massimo Zanetti
il 29 Giu 2017
4 Commenti
Massimo Zanetti
il 11 Lug 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.
Vedere anche
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!