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!