Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How to Plot Bar Chart with multiple datas
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Thulasi Durai Durai Samy
el 25 de Jul. de 2012
Cerrada: MATLAB Answer Bot
el 20 de Ag. de 2021
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 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!