Double Integral of Several Functions where Integrand is in Symbolic Array Format
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Calculus finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!