random generation and ploting its pdf

i want generate number from 0 to 100 and plot its pdf(probability density function) as well as mean ,standard deviation.
Thank you.

 Respuesta aceptada

Michael Haderlein
Michael Haderlein el 6 de Ag. de 2014
n=randi(101,1000,1)-1;
hist(n,101)
m=mean(n),s=std(n)

Más respuestas (0)

Categorías

Más información sobre Random Number Generation en Centro de ayuda y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by