How to calculate the area enclosed by these 2 curves ?Image attached below....
2 次查看(过去 30 天)
显示 更早的评论
采纳的回答
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!