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 comentarios

Make your data points a function handle, e.g.
f = @(x,y) interp2(xdata,ydata,zdata,x,y)
Polly Yu
Polly Yu el 9 de Jun. de 2022
Thank you for your help!

Iniciar sesión para comentar.

Respuestas (0)

Productos

Versión

R2021b

Preguntada:

el 9 de Jun. de 2022

Comentada:

el 9 de Jun. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by