How to interpolate PDE solution to cartesian grid

3 次查看(过去 30 天)
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 个评论
KSSV
KSSV 2016-10-19
Does you mean that results are in unstructured grid and you want them on structured grid?

请先登录,再进行评论。

回答(1 个)

Alan Weiss
Alan Weiss 2016-10-19
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

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by