Erro in testiong Matlab BGL

Asked by mohammad

When I installed BGL package and test that, I see the below error, please help me to solve that:
>> addpath H:\thesis\simulation\matlab-bgl-master
>> clustering_coefficients(sparse(ones(5)))
Undefined function or variable 'clustering_coefficients_mex'.

Error in clustering_coefficients (line 99)
ccfs=clustering_coefficients_mex(A,options.undirected,weight_arg);

Question information

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

We need more information. Please post this on github.com -- https://github.com/dgleich/matlab-bgl and include your version of Windows and Matlab

You can also try renaming the files

clustering_coefficient_mex.dll to
clustering_coefficient_mex.mexw32

(for instance)

These are in the private directory.

Can you help with this problem?

Provide an answer of your own, or ask mohammad for more information if necessary.

To post a message you must log in.