How to fit multiple Gaussian functions in image without using the Curve fit GUI?
조회 수: 6 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Massimo Zanetti
2017년 6월 29일
댓글 수: 4
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!