Effacer les filtres
Effacer les filtres

How to calculate the area enclosed by these 2 curves ?Image attached below....

2 vues (au cours des 30 derniers jours)

Réponse acceptée

John D'Errico
John D'Errico le 20 Mar 2017
Modifié(e) : John D'Errico le 20 Mar 2017
Easy.
1. Convert the curves to cartesian coordinates, NOT polar coordinates.
2. Use polyarea.
If you tried to use polyarea on points in polar form, the result would not be correct. So you could not pass in an angle and radius, and hope that polyarea would be smart enough to know how to solve it.

Plus de réponses (1)

Thorsten
Thorsten le 20 Mar 2017
You can use polyarea to calculate the area of a polygon.

Catégories

En savoir plus sur Elementary Polygons dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by