How to insert values on top of Each bar in Matlab also with names on x-axis.

1 vue (au cours des 30 derniers jours)
Tulasi Ram Tammu
Tulasi Ram Tammu le 5 Juil 2016
Modifié(e) : Thorsten le 5 Juil 2016
*
with this code I am getting grouped bars with names on x-axis. now I would like to show the values of each bar on top of it, same like Excel*

Réponses (1)

Thorsten
Thorsten le 5 Juil 2016
Modifié(e) : Thorsten le 5 Juil 2016
Use
text(x, value, num2str(value))
and find out the appropriate values for x, and use 'VerticalAlignment', 'top' for negative values.

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by