Home > matgraph > @graph > bucky.m

bucky

PURPOSE ^

bucky(g) --- overwrite g with the Buckyball graph (and give a nice

SYNOPSIS ^

function bucky(g)

DESCRIPTION ^

 bucky(g) --- overwrite g with the Buckyball graph (and give a nice
 embedding).

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function bucky(g)
0002 % bucky(g) --- overwrite g with the Buckyball graph (and give a nice
0003 % embedding).
0004 
0005 [A,xyz] = bucky;
0006 set_matrix(g,full(A));
0007 embed(g,2*xyz(:,1:2));

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