Square approximation with a second degree polynomial, function determine.

조회 수: 5 (최근 30일)
Good morning, please explain how to do this in matlab? Thank you in advance for your help.
For the data in the table:
make the mean-square approximation using a second degree polynomial.
Determine the parameters of the function , which in the sense of least squares approximates these data.
Which of these approximating functions would you choose and why?

채택된 답변

Birdman
Birdman 2021년 1월 25일
편집: Birdman 2021년 1월 25일
Simply, you need to use Curve Fitting app for this purpose. Define your Xi and f(Xi) vectors in MATLAB workspace. Then open Curve Fitting app to use the variables that you define. Then, select Custom Equation option for fitting a curve and enter the equation of yours into there. You should get a perfect curve with specified parameters. I did on my side. I don't paste the answer because I want you to do and learn.
The reason for selection and exponential function is the dataset exhibits a normal distribution behavior.
  댓글 수: 6
Daniel Gawlinski
Daniel Gawlinski 2021년 1월 25일
can you also explain me how to insert this values? Sorry for my questions but I'm really just learning to use matlab.
Daniel Gawlinski
Daniel Gawlinski 2021년 1월 25일
I am a frontend specialist. But unfortunately in postgraduate studies I got a task that I have to do in matlab. And matlab is new to me. The most important thing for me is to complete this quest, so thank you for your help.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Number Theory에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by