How I Code the limit integration??
古いコメントを表示
I know how to code integration, but I don't know how to code this integration.

1 件のコメント
Alex Hanes
2022 年 10 月 29 日
回答 (1 件)
f=@(x).5*exp(-.2*x).*sin(10*pi*x);
I=integral(f,0,1)
カテゴリ
ヘルプ センター および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!