Square approximation with a second degree polynomial, function determine.
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Daniel Gawlinski
el 25 de En. de 2021
Comentada: Daniel Gawlinski
el 25 de En. de 2021
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?
0 comentarios
Respuesta aceptada
Birdman
el 25 de En. de 2021
Editada: Birdman
el 25 de En. de 2021
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Linear and Nonlinear Regression en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!