Problem in set up for SVM ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
kanwal preet
el 17 de Feb. de 2016
Comentada: Walter Roberson
el 17 de Feb. de 2016
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.
0 comentarios
Respuesta aceptada
Walter Roberson
el 17 de Feb. de 2016
Visual Studio 6.0 was a 1998 compiler. The R2010b release did not support anything older than Visual C++ 2005 Professional.
http://www.mathworks.com/support/sysreq/files/SystemRequirements-Release2010b_SupportedCompilers.pdf
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.
2 comentarios
Walter Roberson
el 17 de Feb. de 2016
For R2010a, the 6.0 edition is supported for 32 bit MATLAB but for 64 bit MATLAB 8.0 (2005) is the earliest supported.
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!