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

Add alpha color for Confidence Interval Plot of Raymond Reynolds (2006)

Download
Download

You are now following this Submission

Cite As

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

Acknowledgements

Inspired by: Plot confidence intervals

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.4.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)

Download
1.3.0

Download