필터 지우기
필터 지우기

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 CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by