How to the data from different categories to plot?
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 16 Déc 2019
What is a sample input file?
Kien Nguyen
le 16 Déc 2019
Walter Roberson
le 16 Déc 2019
T = readtable('Data.xlsx');
errorbar(T.Mean, T.Site);
Réponses (1)
Kien Nguyen
le 17 Déc 2019
0 votes
Catégories
En savoir plus sur Bar Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!