Effacer les filtres
Effacer les filtres

Bar graphs - draw a box..

2 vues (au cours des 30 derniers jours)
sas0701
sas0701 le 5 Mar 2013
a = rand(1,100)
Er=std(a);
bar(sort(a))
Now, I want to drop a box or some other indicator to indicate the values of a > mean(a)+Er

Réponse acceptée

Walter Roberson
Walter Roberson le 5 Mar 2013
You can use line() or plot()

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots 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!

Translated by