I want a old version of Matlab BGL.

Asked by wangyh

When Irunning the 'clustering' test, I get:

clustering_coefficients(sparse(ones(5)))
??? Undefined command/function 'clustering_coefficients_mex'.

Error in ==> clustering_coefficients at 97
ccfs=clustering_coefficients_mex(A,options.undirected,weight_arg);

I can't open the url "http://www.stanford.edu/~dgleich/programs/matlab_bgl/old.html"
 I want a old version of Matlab BGL.
Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Matlab BGL Edit question
Assignee:
No assignee Edit question
Solved by:
David Gleich
Solved:
Last query:
Last reply:
Revision history for this message
Best David Gleich (dgleich) said :
#1

Use this link:

http://www.cs.purdue.edu/homes/dgleich/packages/matlab_bgl/old.html

David

On Sun, Mar 31, 2013 at 7:21 AM, wangyh
<email address hidden> wrote:
> New question #225533 on Matlab BGL:
> https://answers.launchpad.net/matlab-bgl/+question/225533
>
> When Irunning the 'clustering' test, I get:
>
> clustering_coefficients(sparse(ones(5)))
> ??? Undefined command/function 'clustering_coefficients_mex'.
>
> Error in ==> clustering_coefficients at 97
> ccfs=clustering_coefficients_mex(A,options.undirected,weight_arg);
>
> I can't open the url "http://www.stanford.edu/~dgleich/programs/matlab_bgl/old.html"
> I want a old version of Matlab BGL.
> Thanks.
>
> --
> You received this question notification because you are an answer
> contact for Matlab BGL.

Revision history for this message
wangyh (407929822-t) said :
#2

I have download the Version 3.0-beta ,and it has sovled my problem.Thanks a lot.