Numerically evaluate double integral - MATLAB & Simulink
https://www.mathworks.com/help/matlab/ref/quad2d.htmlq = quad2d (fun,a,b,c,d) approximates the integral of fun (x,y) over the planar region a ≤ x ≤ b and c ( x) ≤ y ≤ d ( x). The bounds c and d can each be scalars or function handles. example. q = quad2d (fun,a,b,c,d,Name,Value) specifies additional options with one or more Name,Value pair arguments. For example, you can specify 'AbsTol ...
Numerically evaluate double integral — tiled method - MATLAB ...
www.mathworks.com › help › matlabq = quad2d (fun,a,b,c,d) approximates the integral of fun (x,y) over the planar region a ≤ x ≤ b and c ( x) ≤ y ≤ d ( x). The bounds c and d can each be scalars or function handles. example. q = quad2d (fun,a,b,c,d,Name,Value) specifies additional options with one or more Name,Value pair arguments. For example, you can specify 'AbsTol ...