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 Thu 13-Mar-2008 14:23:52 by m2html © 2003