Effacer les filtres
Effacer les filtres

Histogram of a distribution function

2 vues (au cours des 30 derniers jours)
Sudhir Sahoo
Sudhir Sahoo le 31 Mai 2021
Commenté : Sudhir Sahoo le 31 Mai 2021
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 commentaires
Torsten
Torsten le 31 Mai 2021
Simply use
h = histogram(x)
if x is the vector of random values.
Sudhir Sahoo
Sudhir Sahoo le 31 Mai 2021
@Torsten Thank you I have just figure that out.

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by