Histogram of a distribution function

2 次查看(过去 30 天)
How to compute and plot histogram of the following distribution function in matlab.
with n,r,l are some parameter constant and β is beta function.
  5 个评论
Torsten
Torsten 2021-5-31
Simply use
h = histogram(x)
if x is the vector of random values.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Histograms 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by