Azzera filtri
Azzera filtri

How to interpolate PDE solution to cartesian grid

3 visualizzazioni (ultimi 30 giorni)
htrh5
htrh5 il 18 Ott 2016
Risposto: Alan Weiss il 19 Ott 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 Commento
KSSV
KSSV il 19 Ott 2016
Does you mean that results are in unstructured grid and you want them on structured grid?

Accedi per commentare.

Risposte (1)

Alan Weiss
Alan Weiss il 19 Ott 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

Categorie

Scopri di più su Interpolation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by