Fitting gussian curve in my plot

Hi Volks,
By using hist command in Matlab, I am getting following plot.
figure,plot(f2,real(resd));
figure,hist(abs(resd(1:1496,500)));
How to fit Gaussian Curve and find out mean & variance.

 采纳的回答

Star Strider
Star Strider 2015-8-1

0 个投票

You can use histfit to fit the distribution, but it will not give you the parameters.
Use the normfit function to get the parameters.

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Curve Fitting Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by