How to create an adjacency matrix with a hexagonal structure
조회 수: 5 (최근 30일)
이전 댓글 표시
I have a cluster of nodes constructed as a mesh of angled hexagons. How do I create the adjacency matrix from this structure where each hexagon acts as a node?
댓글 수: 0
답변 (1개)
BhaTTa
2024년 11월 20일 5:36
편집: BhaTTa
2024년 11월 20일 5:37
Hey @ally, first you have to number each of the hexagonal nodes, then see which all nodes are directly connected to the given numbered node and then make use of adjacency matrix or adjacency list that you have created to represent the graph to mark edge between the nodes.
Please refer to this answer: https://www.mathworks.com/matlabcentral/answers/642930
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!