dgleich / matlab-bgl

A graph library for Matlab based on the boost graph library
http://dgleich.github.com/matlab-bgl
107 stars 70 forks source link

Help need #17

Open maysamansari opened 8 years ago

maysamansari commented 8 years ago

When , I install BLG package and test, I see the below error, please guide me:

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);

cloudy-sfu commented 3 years ago

Check if clustering_coefficients_mex.c file is in the matlab_bgl/private folder.