How to Plot Horizontal errorbar
8 views (last 30 days)
Show older comments
Does anybody knows how can I plot horizontal error bars in MATLAB? I am familiar with the errorbar function, which allows to plot vertical error bars. However, I need to be able to horizontal error bars. There is a herrorbar function for this purpose, but it doesn't work well. Any advice would be appreciated. Thanks!
0 Comments
Answers (2)
Image Analyst
on 21 Aug 2013
Then try the line() function to make it manually on your own.
1 Comment
See Also
Categories
Find more on Errorbars in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!