フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Hello , I have generated a bar graph. I want that each of my 6 bars must show its corresponding value and point on it. How can I do so? I am sending my code.

1 回表示 (過去 30 日間)
nishtha mehta
nishtha mehta 2017 年 5 月 19 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
if true
y=[106.59 84.800; 106.59 90.75; 106.59 90.92]
x=categorical({'A1 B1','A2 B2','A3 B3'})
bar(x,y)
xlabel('cases')
ylabel('energy cost (Rs.)')
end

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by