photo

Aida Jones


2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
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'...

6年以上 前 | 0

質問


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=...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答