How to interpolate PDE solution to cartesian grid
이전 댓글 표시
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
2016년 10월 19일
Does you mean that results are in unstructured grid and you want them on structured grid?
답변 (1개)
Alan Weiss
2016년 10월 19일
0 개 추천
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
카테고리
도움말 센터 및 File Exchange에서 Boundary Conditions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!