MATLAB: Problem in set up for SVM

matlab 64mex -setup

i am working on the Matlab R2010a 64 bit, previously i worked on Window 32bit and Matlab was the same 32 bit and i faced memory problem. For that i installed window 64bit and Matlab 64bit. For SVM when i sun the command mex -setup , it did not get the visual studio 6.0 compiler which i already installed. Please help me to solve it.

Best Answer

Visual Studio 6.0 was a 1998 compiler. The R2010b release did not support anything older than Visual C++ 2005 Professional.
Visual C++ 2010 Express + SDK 7.1 is supported. There are links in the above pdf but I do not know if the links are still valid.
Related Question