Hello, I have a plot of a set of points after voronoi tesselation and I have to do things as follows: 1. add a set of a known number of vertical lines (the distance between them should be equal) 2. count the number of lines inside each voronoi polygon and measure the length of lines inside each polygon (separately + averagely) 3. count the number of polygons each line crosses.
Does anyone have an idea how to do this? Please take into account that I am completely unexperienced in MatLab, so I even don't know how to add this set of lines to my plot.
I will appreciate ANY help, even basic information.