How do I add a labels to each bar in a bar graph?

2 views (last 30 days)
How can I label each individual bar on a bar graph? I used the xlabel function to get the names circled in red (see fig 1) but thats not what I want to do, I don't want to simply label the X-axis, in short how do I make the titles circled in red in fig 1 replace the values circled in blue in fig 1?
I tried following the example provided here https://www.mathworks.com/help/matlab/ref/bar.html#bvl9b2c-1 but that didn't work, I even created an entirely new code and copied and pasted the code provided in the example to see if it worked and it didn't work. This is the error it gave me:
Can someone please help me with this?

Answers (1)

Image Analyst
Image Analyst on 15 May 2020
Try xticklabels()

Categories

Find more on Data Exploration in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!