简体   繁体   中英

How to implement LIBSVM Matlab interface?

I am having problem with implementing LibSVM to MATLAB. I downloaded LibSVM package, libsvm-3.14 to my Windows 7 PC and tried to implement it, but I got this message: "No supported SDK or compiler was found on this computer. For a list of supported compilers, see http://www.mathworks.com/support/compilers/R2011a/win64.html

If make.m fails, please check README about detailed instructions."

The problem is yet not solved even after downloading the folder from this website: http://www.csie.ntu.edu.tw/~cjlin/libsvm/#matlab Is there another site where I could download that?

I am using libsvm from the site you mentioned - no problems.

Sounds like you don't have the Windows SDK installed. You can install it from the link at http://www.mathworks.com.au/support/compilers/R2011a/win64.html

Another possibility is that you don't have mex setup. You can check using mex.getCompilerConfigurations() If not run: mex -setup You might also need to install a c++ compiler - there is a link to get VC2010 expressed om the web page above.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM