필터 지우기
필터 지우기

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