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!