I have a set of points givven in polar coordinates which suppose to lie on the perimeter of a circle. I would like to calculate the surface of the circle that is most close to the form the points create. if this is not possible, I would at least want to get the surface of the polygon created by the points. the motivation for this is to calculate pi assuming the points do create a circle (or at least an ellipse).
Is there a Matlab function for this operation?