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

1 回表示 (過去 30 日間)
Tulasi Ram Tammu
Tulasi Ram Tammu 2016 年 7 月 5 日
編集済み: Thorsten 2016 年 7 月 5 日
*
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*

回答 (1 件)

Thorsten
Thorsten 2016 年 7 月 5 日
編集済み: Thorsten 2016 年 7 月 5 日
Use
text(x, value, num2str(value))
and find out the appropriate values for x, and use 'VerticalAlignment', 'top' for negative values.

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by