Community Profile

photo

Aida Jones


Active since 2018

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Answered
How to check the number of points covered by a sector of a circle?
Ho do i write Z(i,:)=inpolygon(vx,vy,AA,BB) for the following code: x=[1 1 2 2 3 3 3 3 4 5]; y=[1 3 2 3 1 2 6 8 6 8]; N=[x'...

5 years ago | 0

Question


How to check the number of points covered by a sector of a circle?
This is the code written but i am not getting the answer right. Please help. x=[2 2 2 3 3 5 6]; y=[4 7 8 1 4 7 5]; N=...

5 years ago | 2 answers | 0

2

answers

Question


How to determine the surrounding vertices of a particular node/voronoi cell ?
I want to determine the surrounding(corresponding) vertices of all the nodes of the voronoi cells. Please help adding to the pro...

6 years ago | 0 answers | 0

0

answers

Question


How to determine the centroid of this fan(triangle) where the coordinates of one of the vertices is only known and the distance is also known?
I am not getting the centroid correctly. Please check the code. x=[3]; y=[3]; r=[2]; delta=pi/3; theta=...

6 years ago | 1 answer | 0

1

answer

Question


How to make a node move to a new position so that all the vertices can be covered?
Every cell has its own node. All the vertices of a cell has to be covered by any of the nodes. I have set the sensing radius of ...

6 years ago | 1 answer | 0

1

answer

Question


How to highlight the vertex (vertices) of a voronoi diagram?
This is the program i have written. How do i highlight (bold) the vertex? x=[1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 3 3 3 3 4 4 4 4 ...

6 years ago | 2 answers | 0

2

answers