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 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Graph and Network Algorithms dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!