interpolation - 2D vector field data?
Mostrar comentarios más antiguos
Hello, I have a 2D vector field (x,y,u,v) where x and y are generated from a meshgrid.
the problem s that I'm trying to interpolate the data using interp1 but i doesn't work.
can someone help me please?
Respuestas (2)
Torsten
el 13 de Feb. de 2017
0 votos
Use interp2.
Best wishes
Torsten.
Katarzyna Karpinska
el 16 de Abr. de 2018
0 votos
I think interp does not work for vector field as a value, am I right?
Categorías
Más información sobre Interpolation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!