Home > matgraph > @graph > matrix.m

matrix

PURPOSE ^

matrix(g) --- return (a copy of) the adjacency matrix of g

SYNOPSIS ^

function A = matrix(g)

DESCRIPTION ^

 matrix(g) --- return (a copy of) the adjacency matrix of g

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function A = matrix(g)
0002 % matrix(g) --- return (a copy of) the adjacency matrix of g
0003 global GRAPH_MAGIC
0004 A = GRAPH_MAGIC.graphs{g.idx}.array;

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