I need to create a mesh graph from nodes coordinates that I have, and number the nodes and the elements uniting the nodes in the graph
조회 수: 1 (최근 30일)
이전 댓글 표시
Basically I have a matrix with the coordenates of the nodes A =
1.0000 2.0000
1.5000 2.0000
2.0000 2.0000
1.0000 1.5000
1.5000 1.5000
2.0000 1.5000
1.0000 1.0000
1.5000 1.0000
2.0000 1.0000
what I need to do is make a graph of those nodes, and the elements connecting them, forming a grid in that graph I also need the node and elements numbers to appear and then to write to different files, one with the node numbers and coordinates, and another one with the elements numbers and the start node and end node
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!