Return the most important node data fields of a graph.
[n_x,n_y,n_border,n_diameter,n_color,n_number]=NARVAL_G_NodeDataFields(g)
network graph.
nodes x-coordinates.
nodes y-coordinates.
nodes border.
nodes diameter.
nodes color.
number of nodes.
NARVAL_G_NodeDataFields returns the most important nodes parameter of the graph g. n_x (respectivelly n_y) is a vector composed by the x-coordinate (respectivelly y-coordinate) of each node. Visualization parameters are composed by the nodes border n_border, the nodes diameter n_diameter, and the nodes color n_color. n_number provides the number of nodes of the graph.