Use kernel fitted to a histogram using histfit

5 次查看(过去 30 天)
Hi,
I am using histfit to get a kernel density function of my histogram. I am insterested in getting the maximum of this curve (or whatever value). Is there a way to get the vector (or the kernel) that Matlab plots (usingin e.g. the handle h=histfit)? I know I can do the same job with hist and ksdensity but it is a pain...
Thanks,
Gaelle

采纳的回答

Gaëlle
Gaëlle 2013-8-10
I just found how to get the data plotted from a handle:
hplot=plot(...);
y=get(hplot,'YData');
That is all I needed !

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by