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!