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

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

您现在正在关注此提交

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 (2026). ciplot(lower,upper,x,colour,alpha) (https://ww2.mathworks.cn/matlabcentral/fileexchange/63314-ciplot-lower-upper-x-colour-alpha), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: Plot confidence intervals

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
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