ciplot(lower,upper,​x,colour,alpha)

Version 1.4.0.0 (1.22 KB) by BINH PHAM
Add alpha color for Confidence Interval Plot of Raymond Reynolds (2006)
765 Downloads
Updated 14 Jun 2017

View License

I add the fifth parameter, alpha, to let user choice of transparency level.
[14/06/2017]: the function should return the handle to give control for fill shape.

Cite As

BINH PHAM (2024). ciplot(lower,upper,x,colour,alpha) (https://www.mathworks.com/matlabcentral/fileexchange/63314-ciplot-lower-upper-x-colour-alpha), MATLAB Central File Exchange. Retrieved .

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

Inspired by: Plot confidence intervals

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.4.0.0

With the handle to fill region, user can control for excluding legend as shown in the picture.
Usage:
plot_handle = ciplot(lower,upper,x,colour,alpha)

1.3.0.0