How I Code the limit integration??

12 vues (au cours des 30 derniers jours)
Ye
Ye le 29 Oct 2022
I know how to code integration, but I don't know how to code this integration.
  1 commentaire
Alex Hanes
Alex Hanes le 29 Oct 2022
Is your expression symbolic? The integration documentation shows you: int(f,x,lower, upper)

Connectez-vous pour commenter.

Réponses (1)

David Hill
David Hill le 29 Oct 2022
f=@(x).5*exp(-.2*x).*sin(10*pi*x);
I=integral(f,0,1)
I = 0.0029

Community Treasure Hunt

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

Start Hunting!

Translated by