what is the code for bin histogram of fraction to the bin
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
0 Commenti
Risposte (1)
Sindar
il 25 Ott 2020
x = randn(1000,1);
edges = 25:5:50;
h = histogram(x,edges,'Normalization','probability'));
Vedere anche
Categorie
Scopri di più su Histograms in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!