Double Integral for Discrete Function
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Raees
el 17 de Ag. de 2016
Comentada: Raees
el 19 de Ag. de 2016
Dear All, I am solving a PDE in which I have to find the double integral of a discreet function. PDE has the following form:
where F(x,y) is a matrix of size (M,N), obtained by solving another PDE.
[F,x,y]=some_funtion_to_solve_PDE(some inputs);
I'll use some initial guess for G(x,y) within the integral which also gives me a matrix of the same size as F(x,y).
Here the integrand is a product of two discrete functions and the integral limits are numbers. Matlab built-in routine quad2d() requires the integrand to be a continuous function of x & y. Similarly, the other routines like integral2() also require continuous function expressions. I need help and suggestions on solving this double integral with discrete function, which will enable me to solve the PDE. Many Thanks.
0 comentarios
Respuesta aceptada
Torsten
el 17 de Ag. de 2016
Take a look at the example "Multiple Numerical Integrations" under
Best wishes
Torsten.
Más respuestas (0)
Ver también
Categorías
Más información sobre Geometry and Mesh en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!