Changeset 2918


Ignore:
Timestamp:
01/27/10 10:39:16 (15 years ago)
Author:
Eric.Larour
Message:

flagedges: new routine to flag edges of partition areas.

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  
    33%  partition into 100 parts, but ignore vertex and edge weights
    44%[status,maptab]=gmap(adj_mat,vlist,[],[],'cmplt',[100],'-vm','-vs','-vt');
    5 [status,maptab]=gmap(adj_mat,vlist,[],[],'cmplt',[1000]);
     5[status,maptab]=gmap(adj_mat,vlist,[],[],'cmplt',[100]);
    66
    77%  plot partitions
Note: See TracChangeset for help on using the changeset viewer.