How to the data from different categories to plot?
古いコメントを表示
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 件のコメント
Walter Roberson
2019 年 12 月 16 日
What is a sample input file?
Kien Nguyen
2019 年 12 月 16 日
Walter Roberson
2019 年 12 月 16 日
T = readtable('Data.xlsx');
errorbar(T.Mean, T.Site);
回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Bar Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!