corr columns

버전 1.0.0.0 (1.65 KB) 작성자: Stuart Layton
Quickly compute the column by column correlation between two large matrices
다운로드 수: 409
업데이트 날짜: 2012/10/19

라이선스 보기

Use corr_col to quickly compute the column by column correlation between two large matrices that would be to large to compute using diag(corr(A,B))

C=CORR_COL(A, B) computes the correlation for each column in A of the congruent column in matrix B. A and B must be identical in size

C=CORR_COL(A, B, dim) computes the correaltions for the dimension specified in dim

This function produces nearly identical values as diag( corr( A,B )) but can be run on matrices that might be too large for diag( corr( A,B ))

The most up to date version of this code can be found at:
https://github.com/slayton/matlab-corr-col

인용 양식

Stuart Layton (2024). corr columns (https://www.mathworks.com/matlabcentral/fileexchange/38658-corr-columns), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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