이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
ShadedCorrelationTable produces a correlation table for a set of variables, enhanced graphically with shading according to correlation values.
Upper or lower ranges of correlation values may be highlighted through the interface controls. Two methods are provided to do this: a decay function that softens shading of values of less interest, or, shading according to a discrete threshold.
Pearson's linear correlation coefficient is used.
Usage:
ShadedCorrelationTable(x, xLabels);
Example:
load('demo data.mat');
ShadedCorrelationTable(data.x,data.labels);
인용 양식
Jaspar Cahill (2026). Shaded Correlation Table (https://kr.mathworks.com/matlabcentral/fileexchange/30151-shaded-correlation-table), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: usercolormap, rotateXLabels( ax, angle, varargin )
