Home > matgraph > @graph > spy.m

spy

PURPOSE ^

spy(g) --- display the "spy" of g's adjacency matrix

SYNOPSIS ^

function spy(g)

DESCRIPTION ^

 spy(g) --- display the "spy" of g's adjacency matrix

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function spy(g)
0002 % spy(g) --- display the "spy" of g's adjacency matrix
0003 
0004 global GRAPH_MAGIC
0005 spy(GRAPH_MAGIC.graphs{g.idx}.array);

Generated on Thu 13-Mar-2008 14:23:52 by m2html © 2003