Hist vs Histogram (Different output even if same bins and same dataset)
    18 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Why does hist and histogram output different graphs even if they have the same bins and the same dataset?
Which is considered more accurate?



0 Commenti
Risposte (1)
  Mili Goyal
    
 il 21 Feb 2023
        
      Modificato: Mili Goyal
    
 il 21 Feb 2023
  
      The "hist" function operates with bin centers while "histogram" operates with bin edges. The details of the differences between the two can be found in the following documentation:
The "histogram" function includes various improvements over "hist" and is the new recommended function.
Hope this helps!
0 Commenti
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!

