Double Integral of Several Functions where Integrand is in Symbolic Array Format
Show older comments
Is there a way to calculate several double integrals simultaneously if the integrand function is first written in symbolic math format? I tried the vpaintegral function in the following way but it didn't work.
Z(x,y)=[f1(x,y) f2(x,y) ...]
INT=vpaintegral(Z,x,[x_start x_end],y,[y_start y_end])
where fi(x,y) are first calculated in a separate symbolic math routine and then assigned to the function Z.
Accepted Answer
More Answers (0)
Categories
Find more on Calculus in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!