diff --git a/clustercoeffs.m b/clustercoeffs.m index 5de2482..6b33c96 100644 --- a/clustercoeffs.m +++ b/clustercoeffs.m @@ -17,8 +17,6 @@ % load_gaimc_graph('clique-10'); % cc = clustercoeffs(A) % they are all equal! as we expect in a clique -% TODO Example - if ~exist('normalized','var') || isempty(normalized), normalized=true; end if ~exist('weighted','var') || isempty(weighted), weighted=true; end donorm=1; usew=1; diff --git a/largest_component.m b/largest_component.m index bef9e79..21878dd 100644 --- a/largest_component.m +++ b/largest_component.m @@ -31,8 +31,6 @@ % History % 2009-04-29: Initial coding -% TODO: Write example - if ~exist('sym','var') || isempty(sym), sym=0; end if sym