How to plot vectors
    7 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Baby Sri Laya Attunuru
 le 20 Juin 2021
  
    
    
    
    
    Réponse apportée : Sulaymon Eshkabilov
      
 le 20 Juin 2021
            How can i create a histogram of density with the histogram function and how can i Set the "FaceColor" to yellow ("y") ?
0 commentaires
Réponse acceptée
  Sulaymon Eshkabilov
      
 le 20 Juin 2021
        A = ...  % Your data
    H = histogram(A);
H.FaceColor = 'y';  % Face Color
H.EdgeColor = 'r';  % Edge Color
0 commentaires
Plus de réponses (1)
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!


