Thursday, September 20, 2007

LIBSVM MATLAB interface: invalid MEX-file

I am using LIBSVM on MATLAB 2006b currently. The LIBSVM is working well in my computer. However, when I copied my code to my friend's computer and attempted to run it, an error occurred:

invalid MEX-file
The specified module could not be found.


This is may be caused by the MEX libraries. That is your local MEX libraries are different from those used to compile the MEX files. Recompile the MEX source file should solve this problem.

No comments:

Post a Comment