필터 지우기
필터 지우기

Detect a specific range of correlated variable

조회 수: 2 (최근 30일)
shawin
shawin 2017년 3월 9일
편집: shawin 2017년 3월 9일
I have a matrix and it is 100 row by 16 column. I am trying to find the correlation coefficient of the 100 variable (row) and select the rows with 0.3 and -0.3 correlated variable, I used the code bellow :
X=xlsread('data1.xls');
[R,P]= corrcoef(X');
R is a symmetric matrix ( 100x100) , how can I specify the variable with 0.3 and -0.3 correlation. what i mean is if i have 100 row then when i select the rows by cutoff 0.3and -0.3 then the row will decrease to 50 for example

답변 (0개)

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by