How to obtain area inside the loop of each line

5 views (last 30 days)

Accepted Answer

Aditya Salveru
Aditya Salveru on 18 Oct 2019
Edited: Aditya Salveru on 18 Oct 2019
Hi Keng,
There is an inbuilt function called "polyarea" primarily used to calulate the area inside a polygon specified by its vertices.
This can be used to calculate the area inside any closed figures if you have boundary points.
kindly go through its documentation by the following command.
doc polyarea
Hope this helps.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!