Visualization of correlation matrix: mycorrplot_1, mycorrplot_2

버전 1.3.0.0 (15.6 KB) 작성자: Wei-Ting Lin
Plot the results of correlation (i.e. corr(X), corr(X,Y)) in a figure with table-like structure.
다운로드 수: 1.4K
업데이트 날짜: 2015/11/21

라이선스 보기

mycorrplot_1.m : display result of corr(X)
mycorrplot_2.m : display result of corr(X,Y))
Documentation can be found on https://github.com/weitingwlin/matlabutility/tree/master/documents

R values and Significance levels (range of P values) are visualized as the color and sizes of circle. User can also chose to see scatter plots, and/or text with R and P values on one triangle. Rows with NaN will be removed for each pair of variables. Input can be matrix or table.

Inspired by :
corrplot : from Matlab econometrics tool box
correlationCircles by David Legland
R package corrplot

Depend on :
Matlab Statistics and Machine Learning Toolbox
my functions: plot_circle.m, mycolor.m, nancorr.m, tnames.m

인용 양식

Wei-Ting Lin (2026). Visualization of correlation matrix: mycorrplot_1, mycorrplot_2 (https://kr.mathworks.com/matlabcentral/fileexchange/48131-visualization-of-correlation-matrix-mycorrplot_1-mycorrplot_2), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Descriptive Statistics and Visualization에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.3.0.0

Edit documentation
Use cellfun('length', xnames) to calculated label size. (instead of my function [str_size])
Edit function: input can be "matrix" or "table". Rows with NaN will be removed for each pair of variables. Improved documentation

1.2.0.0

Fix dependent file [my_colorplates.mat]

1.1.0.0

Editing the description.

1.0.0.0