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

조회 수: 1 (최근 30일)

채택된 답변

John D'Errico
John D'Errico 2017년 3월 20일
편집: John D'Errico 2017년 3월 20일
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.

추가 답변 (1개)

Thorsten
Thorsten 2017년 3월 20일
You can use polyarea to calculate the area of a polygon.

카테고리

Help CenterFile Exchange에서 Elementary Polygons에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by