function discrete Time-integrate with a variable
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I wanna to integrate a function with a variable.
E.g. f(x) = sin(10-x)
But i dont know how i can do it when i have a variable.
Can u guys help me???
THX
1 comentario
Respuestas (1)
Roger Stafford
el 6 de Sept. de 2013
For functions which are only known at discrete points, use matlab's 'trapz' function.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!