Effacer les filtres
Effacer les filtres

Is "polyarea" the same as "trapz" for calculating area under the curve?

7 vues (au cours des 30 derniers jours)
J K
J K le 10 Avr 2013
to find the area of enclosed polygon (or any shape), which works best? polyarea or trapz?
  3 commentaires
J K
J K le 10 Avr 2013
my prof gave us hint, to calculate the area enclosed, you need to take to forward area subtracted by the backward area. And it is under "trapz"
can you write the code for that?
J K
J K le 10 Avr 2013
But I don't understand the 'idx' term. the_area = trapz(x(1:idx),y(1:idx))-trapz(x((idx+1):end),y((idx+1):end)
Plz help

Connectez-vous pour commenter.

Réponses (1)

Veronica Maria Rodriguez Betancourtt
According to ChatGPT, polyarea uses the Shoelace Theorem.

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