double integration with absolute value with integral2
显示 更早的评论
How can I compute a numeric double integral of a function f(x) of the form int(|int(f(x)dx)|dz) with x that varies from 0 to z and z that varies from zero to a constant t? It is possible with the command integral2?
回答(1 个)
Torsten
2017-4-20
0 个投票
I think, no. You will have to use "integral" twice in a nested manner.
Best wishes
Torsten.
类别
在 帮助中心 和 File Exchange 中查找有关 Numerical Integration and Differentiation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!