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.
Here’s an updated link … (2012-08-10) matlab_bgl_4.0_osx64.zip
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.
I’m having the same issue (cannot find mex files) as mentioned in this question: https://answers.launchpad.net/matlab-bgl/+question/127881
I have downloaded the mac version above and attempted to use it with 2012a. Will I need to compile again myself?
If yes, for compiling, are these instructions still up to date? https://answers.launchpad.net/matlab-bgl/+question/69161
I have a 64 bit intel mac with 10.7.4 (Lion)
Yes, you may have to compile it yourself.
I can upload a version that works with 2012a if necessary.
updated link is not working…
Oh, It’s working now. Thank you!!
Thanks a lot! It works on my mac now(Lion with Matlab 2011b). save me a a lot of time to compile.