From: Sara Mariani on
Hello,
I am using MatlabR2007a on Windows, and I am trying to open the LIBSVM-mat toolbox. However, I cannot used the .mexw32 files contained in it because of the following error:
Invalid MEX-file 'F:\libsvm-mat-2.89-3\svmtrain.mexw32'
I even tried re-compiling my c files using the command
mex svmtrain.c
but the error that comes out is
Error using ==> mex at 206
Unable to complete successfully.

my Matlab uses a compiler Lcc-win32 C 2.4.1, is it too old-fashioned?
please help me ASAP.

Sara