How I Code the limit integration??

1 visualizzazione (ultimi 30 giorni)
Ye
Ye il 29 Ott 2022
Risposto: David Hill il 29 Ott 2022
I know how to code integration, but I don't know how to code this integration.
  1 Commento
Alex Hanes
Alex Hanes il 29 Ott 2022
Is your expression symbolic? The integration documentation shows you: int(f,x,lower, upper)

Accedi per commentare.

Risposte (1)

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

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by