How to integate a graph?
Mostrar comentarios más antiguos
I have function which is calculating displacement vs time . I want to integarte it. Can any one please help me how I make the function of integration in matlab?
1 comentario
Walter Roberson
el 24 de Sept. de 2016
Please do not tag individuals.
Respuestas (1)
Star Strider
el 24 de Sept. de 2016
0 votos
To integrate functions, use integrate and its friends (in earlier versions, quad and its friends). For data (vectors and 2D arrays) use trapz.
Categorías
Más información sobre Numerical Integration and Differentiation 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!