Home > matgraph > @graph > rmxy.m

rmxy

PURPOSE ^

rmxy(g) --- erase g's embedding

SYNOPSIS ^

function rmxy(g)

DESCRIPTION ^

 rmxy(g) --- erase g's embedding

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function rmxy(g)
0002 % rmxy(g) --- erase g's embedding
0003 
0004 global GRAPH_MAGIC
0005 
0006 if hasxy(g)
0007     GRAPH_MAGIC.graphs{g.idx} = rmfield(GRAPH_MAGIC.graphs{g.idx},'xy');
0008 end

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