PDE Toolbox: using numerical initial conditions

Can I use data points for my initial functions on a domain (as opposed to constant initial conditions, or function handles)? If so, how?

2 件のコメント

Torsten
Torsten 2022 年 6 月 9 日
Make your data points a function handle, e.g.
f = @(x,y) interp2(xdata,ydata,zdata,x,y)
Polly Yu
Polly Yu 2022 年 6 月 9 日
Thank you for your help!

サインインしてコメントする。

回答 (0 件)

カテゴリ

製品

リリース

R2021b

質問済み:

2022 年 6 月 9 日

コメント済み:

2022 年 6 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by