plot_ci

버전 1.0.0.0 (3.92 KB) 작성자: Céldor
Plots confidence intervals and the patch between lines
다운로드 수: 2.1K
업데이트 날짜: 2011/6/10

라이선스 보기

PLOT_CI plots confidence intervals and patch between two confidence
interval lines. X is nx1 vector corresponding to a horizontal axis.
Y can be either nx1, nx2, or nx3 matrix.
If Y is nx1 vector, PLOT_CI plots just the main line. If Y is nx2, the
function assumes only two confidence intervals are to plot with the patch
enclosed between them. If Y is matrix of nx3, PLOT_CI plots, the main line,
two confidence interval lines, and also the patch between them.
The main line is specified by 1st column of matrix Y, whereas confidence
intervals are determined by 2nd and 3rd columns.

PLOT_CI(...,parameter1,value1,parameter2,value2,...) allows setting
parameters for the main line, the patch, and the confidence interval lines,
such as line style, line width, color etc.
The function recognizes following parameters:
'MainLineWidth'
'MainLineStyle'
'MainLineColor'
'LineWidth'
'LineStyle'
'LineColor'
'PatchColor'
'PatchAlpha'
'AxesHandle'
'XScale'
'YScale'

All parameters should be self-explanatory, however, all the 'MainLine*'
parameters set the main (middle) line of the graph. All 'Line*'
parameters have the effect on confidence interval lines. If the parameter
'AxesHandle' is provided, PLOT_CI plots on axes specified by AxesHandle.
'XScale' and 'YScale' can change scale of an X or Y axis from 'linear' to
'log'. However, bear in mind that at the moment changing scale to log cases
resets 'PatchAlpha' to 1. It could not be solve at the moment.

H = PLOT_CI(...)
Returns structure of handles of the main line, confidence interval lines
and the patch.

인용 양식

Céldor (2024). plot_ci (https://www.mathworks.com/matlabcentral/fileexchange/31752-plot_ci), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Polygons에 대해 자세히 알아보기
도움

도움 준 파일: errorshade

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0