Borrar filtros
Borrar filtros

How to interpolate PDE solution to cartesian grid

3 visualizaciones (últimos 30 días)
htrh5
htrh5 el 18 de Oct. de 2016
Respondida: Alan Weiss el 19 de Oct. de 2016
I can plot a solution using pdeplot(p,e,t,'xydata',u) but I want to interpolate my answer to a cartesian grid so that I can do other stuff with it. How would I do this?
  1 comentario
KSSV
KSSV el 19 de Oct. de 2016
Does you mean that results are in unstructured grid and you want them on structured grid?

Iniciar sesión para comentar.

Respuestas (1)

Alan Weiss
Alan Weiss el 19 de Oct. de 2016
interpolateSolution interpolates your solution to any set of points that you like. Create a Cartesian grid using the meshgrid or ndgrid commands.
Alan Weiss
MATLAB mathematical toolbox documentation

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by