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 Center および MATLAB AnswersCreating 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