Home > matgraph > @graph > slot.m

slot

PURPOSE ^

slot(g) --- slot number occupied by g in GRAPH_MAGIC

SYNOPSIS ^

function i = slot(g)

DESCRIPTION ^

 slot(g) --- slot number occupied by g in GRAPH_MAGIC

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function i = slot(g)
0002 % slot(g) --- slot number occupied by g in GRAPH_MAGIC
0003 
0004 i = g.idx;

Generated on Fri 05-Feb-2010 13:55:18 by m2html © 2003