フィルターのクリア

Info

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

How to Plot Bar Chart with multiple datas

1 回表示 (過去 30 日間)
Thulasi Durai Durai Samy
Thulasi Durai Durai Samy 2012 年 7 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello
I tried to plot multiple data
A Matrix =
[ 338240 721840 621840 22554 42554 14000
21744 46404 36404 14490 17490 90000 ]
need to plot a bar chart
A_Bar_handlel = axes('Parent',stf,'units','normalized');
A_Mat_graph = bar(A_Bar_handlel,A_Data,'grouped');
set(A_Bar_handlel,'XTickLabel','A11|A12|A16|A22|A26|A66|');
I expected bar chart to plot six set of data's but it shows only two set of bars. I could not find an example for this problem, I need a help.

回答 (0 件)

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

Community Treasure Hunt

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

Start Hunting!

Translated by