full(g) --- convert internal storage for g to full
0001 function full(g) 0002 % full(g) --- convert internal storage for g to full 0003 0004 global GRAPH_MAGIC 0005 0006 GRAPH_MAGIC.graphs{g.idx}.array = ... 0007 full(GRAPH_MAGIC.graphs{g.idx}.array);