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 个)

类别

Help CenterFile Exchange 中查找有关 Graph and Network Algorithms 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by