필터 지우기
필터 지우기

How I Code the limit integration??

조회 수: 1 (최근 30일)
Ye
Ye 2022년 10월 29일
답변: David Hill 2022년 10월 29일
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일
f=@(x).5*exp(-.2*x).*sin(10*pi*x);
I=integral(f,0,1)
I = 0.0029

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by