MATLAB: How to save node table from a Graph plot

graphgraph theoryhelpNetworksave

Hi! Quick question. I've constructed a node and edge graph plot with a few variables on the nodes (XYZ plus more). I've been trying to save the Node.Table but it's not working. Should i be using the save function or something else?

Best Answer

Figured it out, See this: https://www.mathworks.com/help/matlab/ref/writetable.html
Related Question