Borrar filtros
Borrar filtros

How I Code the limit integration??

1 visualización (últimos 30 días)
Ye
Ye el 29 de Oct. de 2022
Respondida: David Hill el 29 de Oct. de 2022
I know how to code integration, but I don't know how to code this integration.
  1 comentario
Alex Hanes
Alex Hanes el 29 de Oct. de 2022
Is your expression symbolic? The integration documentation shows you: int(f,x,lower, upper)

Iniciar sesión para comentar.

Respuestas (1)

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

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by