Borrar filtros
Borrar filtros

Fitting experimental data to find a function

2 visualizaciones (últimos 30 días)
Anoire BEN JDIDIA
Anoire BEN JDIDIA el 18 de Oct. de 2016
Comentada: Gareth Lee el 18 de Oct. de 2016
I have an experimental data I=f(t) and I want to find the equation of This trend.

Respuesta aceptada

Gareth Lee
Gareth Lee el 18 de Oct. de 2016
You can try polyfit function or other curve fit function, i.e. nlinfit or lsqcurvefit,to find proper equation. you also use cftool to curve or regress your data.
  2 comentarios
Anoire BEN JDIDIA
Anoire BEN JDIDIA el 18 de Oct. de 2016
I'm currently testing curve fitting toolbox but how can I know which is the best regression. Ps: in my case is a non linear regression
Gareth Lee
Gareth Lee el 18 de Oct. de 2016
This is a complicate problem, it is hard to say which method is good. you only try it, and judge it with some mathematical index. I suggest that plot it firstly, and estimate the equation according to curve. try it, and obtain some good parameters.

Iniciar sesión para comentar.

Más respuestas (1)

KSSV
KSSV el 18 de Oct. de 2016
doc polyfit

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by