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://kr.mathworks.com/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