How to the data from different categories to plot?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I have 10 categories, each one contains several data in each row. How will I read these data with each category for plotting bar chart with error bars?
Thank you.
Kevin Nguyen
3 comentarios
Walter Roberson
el 16 de Dic. de 2019
T = readtable('Data.xlsx');
errorbar(T.Mean, T.Site);
Respuestas (1)
Ver también
Categorías
Más información sobre Bar Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!