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
Alex Hanes 2022 年 10 月 29 日
Is your expression symbolic? The integration documentation shows you: int(f,x,lower, upper)

サインインしてコメントする。

回答 (1 件)

David Hill
David Hill 2022 年 10 月 29 日

0 投票

f=@(x).5*exp(-.2*x).*sin(10*pi*x);
I=integral(f,0,1)
I = 0.0029

カテゴリ

タグ

質問済み:

Ye
2022 年 10 月 29 日

回答済み:

2022 年 10 月 29 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by