i have two matrix datas,how can i check is there any relation between these two datas, if there is a relation i want to get which type relation is this(linear, quadratic,cubic...etc)

답변 (1개)

x = (0: 0.1: 2.5)';
y = erf(x);
plot(x,y);
Goto tools>>Basic fitting, and see which function best fits your data.
Or alternatively you can use polyfit

카테고리

도움말 센터File Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

태그

질문:

2014년 3월 20일

답변:

2014년 3월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by