MATLAB: How to load edges and nodes into a matlab network

centralitygisnetwork analysisnodes

Is it possible to load edges and nodes into matlab for network/graph analysis (I want to model node centrality on a real network)?
I have a point file (file 1) With XYZ coordinates and unique name for nodes.
I have an edge file with two columns that describe the start and end nodes in file 1. (this was a polyline export from ArcGIS).
Any resources you could point me to would be greatly appreciated! I'm trying to model river network centrality…
This may not be possible… just was curious as I'm a beginner.

Best Answer

Yes, MATLAB has several functions to create and analyze graphs. Read here: https://www.mathworks.com/help/matlab/graph-and-network-algorithms.html