How to calculate the area enclosed by these 2 curves ?Image attached below....
2 ビュー (過去 30 日間)
古いコメントを表示


0 件のコメント
採用された回答
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.
0 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Elementary Polygons についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!