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!