이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
PLOTMATRIXCORR The function takes each column of a matrix as a variable
and create the scatter plot of the correlation between variables.
The function sets a linear model to the data and graph the results in
the upper diagonal matrix. In the main diagonal places the name of the
variable and the lower triangular matrix shows the linear fit equation,
the coefficient of determination and Pearson correlation.
PLOTMATRIXCORR(X) scatter plots the columns of X where each column
represents a variable
PLOTMATRIXCORR(X,LABELS) put the labels of LABELS input into the main
diagonal (P1, P2, P3,..., Pn as default)
Example
r=rand(5);
plotmatrixcorr(r)
By Saul Arciniega Esparza
zaul.ae@gmail.com
27/08/2015
Inspired in PLOTMATRIX of Clay M. Thompson 10-3-94
인용 양식
Saul Arciniega (2026). plotmatrixcorr (https://kr.mathworks.com/matlabcentral/fileexchange/52721-plotmatrixcorr), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
