필터 지우기
필터 지우기

Shall I get a fitting function by Matlab according to two matrix

조회 수: 1 (최근 30일)
vx2008
vx2008 2015년 12월 10일
편집: Walter Roberson 2015년 12월 10일
Now I have two mat 'X' and 'Y';
And I can get correlation of 'X' and 'Y' by function [R,P]=corrcoef(X,Y); I can do it as below:
X=[1 2 3 4 5 6];
Y=[23 45 56 76 87 98];
[R,P]=corrcoef(X,Y)
R =
1.0000 0.9927
0.9927 1.0000
P =
1.0000 0.0001
0.0001 1.0000
Then I know the correlation of 'X' and 'Y' is 0.9927 and is very high;
My question is that How I get the function Y=f(X) with correlation of 0.9927?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by