I have a data of x and y with each 1*305 matrix
I want to find the correlation coefficient can any one help me with it how to find
The name of the files are RI_Aorta and RI_Femoral

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 3월 11일

0 개 추천

Use corrcoef:
load('RI_Aorta.mat')
load('RI_Femoral.mat')
corrcoef(x,y)

카테고리

질문:

2020년 3월 11일

답변:

2020년 3월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by