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

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

Ahora está siguiendo esta publicación

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.

Citar como

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

Agradecimientos

Inspirado por: Plot confidence intervals

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión 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