フィルターのクリア

How to interpolate PDE solution to cartesian grid

3 ビュー (過去 30 日間)
htrh5
htrh5 2016 年 10 月 18 日
回答済み: Alan Weiss 2016 年 10 月 19 日
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 Center および File ExchangeInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by