what is the code for bin histogram of fraction to the bin
    5 views (last 30 days)
  
       Show older comments
    

0 Comments
Answers (1)
  Sindar
      
 on 25 Oct 2020
        x = randn(1000,1);
edges = 25:5:50;
h = histogram(x,edges,'Normalization','probability'));
See Also
Categories
				Find more on Histograms in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
