Using trapz function to find area of two vectors

2 vues (au cours des 30 derniers jours)
Ajay Paudyal
Ajay Paudyal le 13 Fév 2018
I have one vector named 'Power' having 300 values and 'time' vector with 300 values. I want to integrate them so as to get energy(Area under Power and Time). How to use trapz for this? If trapz cannot be used then please let me know any other method.

Réponses (1)

Star Strider
Star Strider le 13 Fév 2018
Try this:
Work = trapz(Time, Power)

Catégories

En savoir plus sur Numerical Integration and Differentiation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by