invalid mex file

Asked by Sonja

Hello,

when I try to use matlabbgl according to your instructions I get this output:
>> clustering_coefficients(sparse(ones(5)))
??? Invalid MEX-file 'C:\...\matlab_bgl\private\clustering_coefficients_mex.mexw32': The specified procedure could not be found.

Can you please help me, do I need to recompile or smth?

I am using Matlab 7.1 32bit Windows XP.

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

Sonja,

I had to compile against newer versions of Matlab on windows. This (unfortunately) broke compatibility with older version.

Try using one of the older versions of MatlabBGL from my website

http://www.stanford.edu/~dgleich/programs/matlab_bgl/old.html

Version 2.1 or 3.0-beta should work.

David Gleich

Revision history for this message
Sonja (filipos-feit) said :
#2

Thanks David Gleich, that solved my question.