Error bars on group bar chart

1 view (last 30 days)
Frank
Frank on 8 Apr 2015
Commented: Star Strider on 9 Apr 2015
I'm trying to add +-10% error bars on each bar, getting errors with errY,y
y = [212206000000 229040000000 39312320000; 119783500000 169247500000 128418300000 ; 211838000000 706581300000 85349300000];
bar(y)
set(gca,'XTickLabel', {'300 ','350 ','400 '})
legend('C','S','T')
grid on
ylabel('N/m^{2}')
xlabel ('\mum')
colormap summer
  5 Comments
Star Strider
Star Strider on 9 Apr 2015
Note: see Error-bar plot for R2014a for the R2014a version of my code.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!