Filter löschen
Filter löschen

How I Code the limit integration??

1 Ansicht (letzte 30 Tage)
Ye
Ye am 29 Okt. 2022
Beantwortet: David Hill am 29 Okt. 2022
I know how to code integration, but I don't know how to code this integration.
  1 Kommentar
Alex Hanes
Alex Hanes am 29 Okt. 2022
Is your expression symbolic? The integration documentation shows you: int(f,x,lower, upper)

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by