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!