How to use trapz for area under curve

How do I calcuate the area under orange curve from 0-20.
The orange curve is generated by reva2.

1 Commento

What's wrong with the way that is shown in your code?

Accedi per commentare.

 Risposta accettata

The answer to your exercise is realtively simple:
IND = find(Ua2<=20);
AREA = trapz(Ua2(IND), reva2(IND));
fprintf('The area under the curve within [0, 20] m/s is: %f \n', AREA)
Good luck

2 Commenti

Thank you so much, you made my day
You are welcome!

Accedi per commentare.

Più risposte (0)

Prodotti

Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by