フィルターのクリア

Histogram of a distribution function

2 ビュー (過去 30 日間)
Sudhir Sahoo
Sudhir Sahoo 2021 年 5 月 31 日
コメント済み: Sudhir Sahoo 2021 年 5 月 31 日
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.
Sudhir Sahoo
Sudhir Sahoo 2021 年 5 月 31 日
@Torsten Thank you I have just figure that out.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeHistograms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by