Bar plot or histograms

13 ビュー (過去 30 日間)
Thishan Dharshana Karandana Gamalathge
コメント済み: Rik 2017 年 12 月 14 日
I have values for temperature rangers, for an example 10-20, 20-30, etc.When I make a bar plot, the x-axis just shows 1,2,3 etc. I want x-axis to show the range I consider, ie for the 1st bar;10-20, for the 2nd bar;20-30 etc. How can I do that? I have MATLAB_R2016a. Thanks.

回答 (1 件)

Rik
Rik 2017 年 11 月 19 日
Read the documentation. This will plot bars of height y at locations x:
bar(x,y)
If you want to change the text of the xticks, you can use xticklabels. You can make sure they are at the correct x-values by using xticks(x)
  1 件のコメント
Rik
Rik 2017 年 12 月 14 日
If you found this answer useful, please mark it as accepted answer. It will make it easier for other people with the same question to find an answer, as well as give me reputation points. If this didn't solve your question, please comment with what problems you are still having.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeData Distribution Plots についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by