plot_ci

版本 1.0.0.0 (3.9 KB) 作者: Céldor
Plots confidence intervals and the patch between lines
2.0K 次下载
更新时间 2011/6/10

查看许可证

PLOT_CI plots confidence intervals and patch between two confidence
interval lines. X is nx1 vector corresponding to a horizontal axis.
Y can be either nx1, nx2, or nx3 matrix.
If Y is nx1 vector, PLOT_CI plots just the main line. If Y is nx2, the
function assumes only two confidence intervals are to plot with the patch
enclosed between them. If Y is matrix of nx3, PLOT_CI plots, the main line,
two confidence interval lines, and also the patch between them.
The main line is specified by 1st column of matrix Y, whereas confidence
intervals are determined by 2nd and 3rd columns.

PLOT_CI(...,parameter1,value1,parameter2,value2,...) allows setting
parameters for the main line, the patch, and the confidence interval lines,
such as line style, line width, color etc.
The function recognizes following parameters:
'MainLineWidth'
'MainLineStyle'
'MainLineColor'
'LineWidth'
'LineStyle'
'LineColor'
'PatchColor'
'PatchAlpha'
'AxesHandle'
'XScale'
'YScale'

All parameters should be self-explanatory, however, all the 'MainLine*'
parameters set the main (middle) line of the graph. All 'Line*'
parameters have the effect on confidence interval lines. If the parameter
'AxesHandle' is provided, PLOT_CI plots on axes specified by AxesHandle.
'XScale' and 'YScale' can change scale of an X or Y axis from 'linear' to
'log'. However, bear in mind that at the moment changing scale to log cases
resets 'PatchAlpha' to 1. It could not be solve at the moment.

H = PLOT_CI(...)
Returns structure of handles of the main line, confidence interval lines
and the patch.

引用格式

Céldor (2024). plot_ci (https://www.mathworks.com/matlabcentral/fileexchange/31752-plot_ci), MATLAB Central File Exchange. 检索来源 .

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

启发作品: errorshade

Community Treasure Hunt

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

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