~dgleich/matlab-bgl/master

« back to all changes in this revision

Viewing changes to test/test_layouts.m

  • Committer: David Gleich
  • Date: 2008-09-29 22:06:39 UTC
  • mfrom: (1.1.19 work)
  • Revision ID: dgleich@stanford.edu-20080929220639-4ic8mxd20lu81dla
Incorporated misc. fixes and graph layout algorithms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
function test_layouts
 
2
 
 
3
%% kamada_kawai_spring_layout
 
4
try, X = kamada_kawai_spring_layout(sparse(2,2)); error(msgid,catch, end