Sasa Parad was kind enough to compile a version of MatlabBGL for 64-bit OS X (R2009b). Something seemed to change in the mex interface that broke my old codes.
Without a mac, I can’t try this code … so I provide it without any guarantee.
Sasa Parad was kind enough to compile a version of MatlabBGL for 64-bit OS X (R2009b). Something seemed to change in the mex interface that broke my old codes.
Without a mac, I can’t try this code … so I provide it without any guarantee.
Thanks for the recompiled code!
Thanks a lot. I found the link on Launchpad (https://answers.launchpad.net/matlab-bgl/+question/127881). Works for me too with 2010a on snow leopard.
Ihad tried this but i have the same problem
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’m using matlab 7.0 windows XP
Unfortunately, MatlabBGL won’t work with such an old version of Matlab. You could try one of the older versions of MatlabBGL, see http://www.stanford.edu/~dgleich/programs/matlab_bgl/old.html
Thank you very much, I’ve spent hours trying to cope with Matlab BGL on my mac…
Thank you very much.
Spent lots of my time by trying to configure visual studio 2010, matlab, even boost and jams.
Do you have recent instructions to compile things with VS2010? I got it to compile last year with the Microsoft Platform SDK compiler for amd64.
Can u share it?
I try to configure as I know, but not sure whether I was in a right way.
Thank you! Had things working under r2010b and they stopped with r2011a. This solved the problem. Your library has been very helpful.
Any chance to have a precompiled set for Win 7 (64bit)?
Thanks
I can’t manage to download the file, is it still in http://wilkinson.stanford.edu/~dgleich/matlab_bgl_4.0_osx64.zip ? Thanks!
Yes. It’s still there.
That link still works for me.