I have a Voronoi diagram that I need to calculate the area of each cell.
This Voronoi diagram is produced by Voronoi command in MATLAB.
To find the vertices of the Voronoi cell I use Voronoin command in MATLAB, but the problem is that the first row of the v is (inf, inf), so the area of all voronoi cells near the boundary of domain are inf, but I need to find the actual area.
If the area of the domain be $|D|$ and area of the voronoi cells be $|D_i|$, I need to find area such that $\sum_i |D_i|=|D|$