Can I use different models to do a 2D fit?

3 visualizaciones (últimos 30 días)
Jaime De La Mota Sanchis
Jaime De La Mota Sanchis el 1 de Oct. de 2021
Respondida: Matt J el 1 de Oct. de 2021
Hello everyone. I am currently working in a two-dimensional interpolation.
I can write
sfX = fit([positions(:,1), positions(:,2)],windX_in_the_node_vector,'poly34')
witout any issue. However, if I check the documentation, I see that the only other surface fit that can be used is 'lowess'. Is this true or can I use splines or other alternative interpolation methodologies?
Best regards.
Jaime.

Respuesta aceptada

Matt J
Matt J el 1 de Oct. de 2021
Yes, but you don't need the Curve Fitting Toolbox just tod surface interpolation. With interp2 (if you have gridded data) you can use any of the ones listed here,
If you have scattered samples, then with griddata, you can use any of the methods here,

Más respuestas (0)

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by