Adding a best fit curve to a scatter plot
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Thishan Dharshana Karandana Gamalathge
el 4 de Mayo de 2019
Comentada: John Doe
el 4 de Mayo de 2019
I have a scatter plot consisted of 620 points. I want to set the best fit curve rather than me using the "polyfit" function and then use "polyval". In that case I am the one who changes the degree. I also want to show the equation corresponsing to the best fit curve.
When explaining me the procedure, please use some random numbers to X and Y vectors so I can better understand it.
Thanks,
Thishan
2 comentarios
John D'Errico
el 4 de Mayo de 2019
Sorry, but no. Finding the "best" fit curve with no information provided is essentially a search through infinitely many possible model forms. Without intelligent input from the user, this can be virtually impossible.
John Doe
el 4 de Mayo de 2019
This video below explains this absolutely perfectly.
https://www.youtube.com/watch?v=vh1MLk8rLoI
Respuestas (0)
Ver también
Categorías
Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!