what is the code for bin histogram of fraction to the bin
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
0 commentaires
Réponses (1)
Sindar
le 25 Oct 2020
x = randn(1000,1);
edges = 25:5:50;
h = histogram(x,edges,'Normalization','probability'));
Voir également
Catégories
En savoir plus sur Histograms dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!