Changeset 2918
- Timestamp:
- 01/27/10 10:39:16 (15 years ago)
- Location:
- issm/trunk/src/m/partition
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/partition/partition.m
r2915 r2918 3 3 % partition into 100 parts, but ignore vertex and edge weights 4 4 %[status,maptab]=gmap(adj_mat,vlist,[],[],'cmplt',[100],'-vm','-vs','-vt'); 5 [status,maptab]=gmap(adj_mat,vlist,[],[],'cmplt',[100 0]);5 [status,maptab]=gmap(adj_mat,vlist,[],[],'cmplt',[100]); 6 6 7 7 % plot partitions
Note:
See TracChangeset
for help on using the changeset viewer.