what is the code for bin histogram of fraction to the bin
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/391268/image.jpeg)
0 comentarios
Respuestas (1)
Sindar
el 25 de Oct. de 2020
x = randn(1000,1);
edges = 25:5:50;
h = histogram(x,edges,'Normalization','probability'));
Ver también
Categorías
Más información sobre Histograms en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!