Numerical Integration with Infinity as the upper limit
이전 댓글 표시

How can I integrate this without the use of syms. I need to sub values into the final integrated equation and be able to plot the results on a graph.
댓글 수: 1
Jim Riggs
2018년 3월 14일
This integral is easy to solve. Try using your math skills
답변 (1개)
Jim Riggs
2018년 3월 14일
0 개 추천
f(x) = 8*e^(-x/10) dx
Integral f(x) = -80*e^(-x/10) + C
카테고리
도움말 센터 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!