MATLAB: How to integrate LIBSVM with matlab in Windows 32 bit?? very urgent ..pls help

MATLABurgent

Its very urgent.. Pls can some body help??!!! I tried the things given in README file with the package downloaded. But its telling oly lcc compiler available. How can i include Visual studio C++ compiler to the path whre mex is searching for installed compilers. OR is der any other method to integrate LIBSVM?

Best Answer

You need to install one of the supported versions of the Visual Studio C++ compiler. See the last column corresponding to your version of MATLAB on http://www.mathworks.com/support/sysreq/previous_releases.html
Once you have installed the compiler, run "mex -setup" and see of MATLAB can locate the newly installed compilers automatically.
Related Question