Nupur
Followers: 0 Following: 0
Feeds
提问
Plotting the vertex based hexagon hierarchical structure.
I want to plot a closed hexagon, however i got the belwo when i directly pass on the x and y coorindites to plot it. Please a...
1 year 前 | 1 个回答 | 0
1
个回答提问
Plotting using given coordinates
The x,y cooridnates are given in below matrix: Nodes_stacked = [ 6.3480 3.6650; 0 7.3300; -6.3480 3...
1 year 前 | 2 个回答 | 0
2
个回答提问
To make smaller hexagons at the points marked with cross in black
We have the 2x2 hexagonal structure as shown in above figure. Please take a note of the numbering of the vertices which is fo...
1 year 前 | 1 个回答 | 0
1
个回答已回答
How to put 8 variables into a single matrix?
Try the following please: % Assuming you have eight variables: var1, var2, var3, var4, var5, var6, var7, var8 % Combine the ...
How to put 8 variables into a single matrix?
Try the following please: % Assuming you have eight variables: var1, var2, var3, var4, var5, var6, var7, var8 % Combine the ...
1 year 前 | 0
提问
Accessing local variables in a function.
How can I acess the variable outside the function and thus store and show it in workspace? function drawHexagon(sideLength, c...
1 year 前 | 2 个回答 | 0
2
个回答提问
Identify the point where three lines are meeting, thus making a Y section.
This is the structure , in this the pink lined part is the Y section. We need to find the points where this Y section is fo...
1 year 前 | 1 个回答 | 0
1
个回答提问
How to find node coordinates for the provided honeycomb structure as shown in picture below
Side lenght, and center must be user input.
1 year 前 | 1 个回答 | 0
1
个回答提问
Meshgrid to be used for hexagons
I want to use meshgrid for generating a hexagonal grid. Also I should get the cooridntes of each node in it.
1 year 前 | 3 个回答 | 0