How I Code the limit integration??
Mostrar comentarios más antiguos
I know how to code integration, but I don't know how to code this integration.

1 comentario
Alex Hanes
el 29 de Oct. de 2022
Respuestas (1)
f=@(x).5*exp(-.2*x).*sin(10*pi*x);
I=integral(f,0,1)
Categorías
Más información sobre Calculus en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!