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

Make your data points a function handle, e.g.
f = @(x,y) interp2(xdata,ydata,zdata,x,y)
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