필터 지우기
필터 지우기

Fitting experimental data to find a function

조회 수: 2 (최근 30일)
Anoire BEN JDIDIA
Anoire BEN JDIDIA 2016년 10월 18일
댓글: Gareth Lee 2016년 10월 18일
I have an experimental data I=f(t) and I want to find the equation of This trend.

채택된 답변

Gareth Lee
Gareth Lee 2016년 10월 18일
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
Anoire BEN JDIDIA
Anoire BEN JDIDIA 2016년 10월 18일
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 2016년 10월 18일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

KSSV
KSSV 2016년 10월 18일
doc polyfit

카테고리

Help CenterFile Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by