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

版本 1.4.0.0 (1.2 KB) 作者: BINH PHAM
Add alpha color for Confidence Interval Plot of Raymond Reynolds (2006)
786.0 次下载
更新时间 2017/6/14

查看许可证

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.

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2006b
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

参考作品: Plot confidence intervals

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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