Interpolation or curve fit data suggestions
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Stelios Fanourakis
el 28 de Oct. de 2019
Comentada: Stelios Fanourakis
el 29 de Oct. de 2019
Hello
I have a series of excel data (X,Y) more than 1000 rows. They are forces and deformation. Do you know empirically what is the best curve fitting method?
Finally, I want to merge data from other files and correlate them with the X,Y excel files and fill the gaps where necessary or interpolate.
E.g. if we know that for X = 5 and Y= 3 point of a curve is equal to 5 Newton of Force, then how many Newtons of Force are equal to X = 5 and Y = 2.5 (data coming from the new data set).
Any ideas please? Better coming with a piece of code
Thanks
0 comentarios
Respuestas (1)
Nicolas B.
el 28 de Oct. de 2019
I would recommand you to take a look at:
1D data:
2D data:
I hope it helps you.
3 comentarios
Nicolas B.
el 29 de Oct. de 2019
oh. For that, I don't have a solution. Maybe someone else could help you
Ver también
Categorías
Más información sobre Interpolation 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!