Perform the node degree distribution of a graph.
[D,V] = NL_G_GraphDegreeDist(G)
Graph.
Node degree distribution.
Node degree vector.
NL_G_GraphDegreeDist performs the node degree distribution D of the graph G. The degree (quantity of neighbors) of each node is stored in V.