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