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

버전 1.4.0.0 (1.22 KB) 작성자: BINH PHAM
Add alpha color for Confidence Interval Plot of Raymond Reynolds (2006)
다운로드 수: 786
업데이트 날짜: 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