confplot

版本 1.0.0.0 (78.2 KB) 作者: Michele Giugliano
Extending ERRORBAR, it plots a line within a shaded area, as 'continuous' confidence/error bounds.
10.4K 次下载
更新时间 2016/4/11

查看许可证

编者注: This file was a File Exchange Pick of the Week

CONFPLOT is a linear plot utility, extending ERRORBAR to represent continuous confidence/error boundaries as a shaded gray area around the plotted line (i.e. taking advantage of the command 'area').
CONFPLOT(X,Y,L,U) plots the graph of vector X vs. vector Y with 'continuous' confidence/error boundaries specified by the vectors L and U. L and U contain the lower and upper error ranges for each point in Y. The vectors X,Y,L and U must all be the same length.

引用格式

Michele Giugliano (2024). confplot (https://www.mathworks.com/matlabcentral/fileexchange/2683-confplot), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R12
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Histograms 的更多信息
致谢

启发作品: errorshade, errorfill, confplot_t, boundedline.m

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

BSD License update.