plot_ci

Version 1.0.0.0 (3.92 KB) by Céldor
Plots confidence intervals and the patch between lines
2K Downloads
Updated 10 Jun 2011

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired: errorshade

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0