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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 3 | 0