MATLAB: How to create horizontal error bars in MATLAB

barerrorhorizontalMATLAB

The "errorbar" function can only create error bars in the vertical direction, but I would like to create horizontal ones.

Best Answer

The ability to create horizontal error bars was added in MATLAB R2016b. You can specify the "ornt" (orientation) property of the plot to be "horizontal" to generate horizontal error bars. 
For release R2016a or older
The ability to create horizontal error bars is not available in previous releases. As a workaround, you can download the user-contributed "herrorbar" function from the MATLAB Central File Exchange. You can find this file at the following URL:
Note that MathWorks does not guarantee or warrant the use or content of these submissions. Any questions, issues, or complaints should be directed to the contributing author.