Name

update_graph — converts an old graph data structure to the current one.

Calling Sequence

Gnew = update_graph(G)

Parameters

G

Scilab-4.x graph data structure.

Gnew

new graph data structure (see graph_data_structure).

Description

Converts a Scilab-4.x graph data structure to the new one.

In the future this function will be used to adapt graph data structures according to their versions.

See Also

graph_data_structure , graph-list