How I Code the limit integration??

I know how to code integration, but I don't know how to code this integration.

Risposte (1)

f=@(x).5*exp(-.2*x).*sin(10*pi*x);
I=integral(f,0,1)
I = 0.0029

Richiesto:

Ye
il 29 Ott 2022

Risposto:

il 29 Ott 2022

Community Treasure Hunt

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

Start Hunting!

Translated by