Matlab 中具有不对称误差界限的条形图
我想画一个带有错误边界的条形,如下所示 http://www.mathworks.ch/ matlabcentral/fileexchange/9377-barerror。有许多脚本可以结合 bar() 和 errorbar() 来完成此操作。但我发现只能处理对称错误。谁能告诉我如何添加不对称误差界限,如 errorbar(X,Y,L,U) 但在条形图上,而不是在曲线上?谢谢。
I want to draw a bar with error bounds like this http://www.mathworks.ch/matlabcentral/fileexchange/9377-barerror. There are many scripts to do this around that combine bar() and errorbar(). But all I found can only deal with symmetric errors. Can anyone show me how to add asymmetric error bounds like errorbar(X,Y,L,U) but on bar, not on curve? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在条形图上绘制误差线:
You can plot errorbars over your bar chart: