Filter löschen
Filter löschen

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 Ansicht (letzte 30 Tage)
i have two data sets,i want to find out their relationship, can i get the relation as an equation..?

Antworten (1)

Dishant Arora
Dishant Arora am 20 Mär. 2014
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

Kategorien

Mehr zu Curve Fitting Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by