while installing SVM package to matlab 2013a getting error

the error is
svmtrain.c
svmtrain.c(5) : fatal error C1083: Cannot open include file: '../svm.h': No such file or directory
C:\PROGRA~1\MATLAB\R2013A\BIN\MEX.PL: Error: Compile of 'svmtrain.c' failed.

Respuestas (1)

Walter Roberson
Walter Roberson el 7 de Dic. de 2015
Why are you installing your own SVM for R2013a? R2013a has SVM in the Statistics Toolbox; see http://www.mathworks.com/help/stats/svmclassify.html

9 comentarios

so svm package installation is not required for matlab 2013a ? the error occured while libsvm3.12 installation
If you have the Statistics Toolbox and R2013a or later, you do not need to install SVM.
there is no statistics toolbox present please suggst on how to overcome this problem
Ram
Ram el 14 de Dic. de 2015
Please anyone help me out
Please show the command you are using to try to compile svm.
Ram
Ram el 14 de Dic. de 2015
sir mex -setup is the command used
mex -setup does not compile, it only configures mex. You would have needed a line such as
mex svmtrain.c
instructing mex what to compile.
as said to use mex svmtrain.c i got error svmtrain.c svmtrain.c(5) : fatal error C1083: Cannot open include file: '../svm.h': No such file or directory
C:\PROGRA~1\MATLAB\R2013A\BIN\MEX.PL: Error: Compile of 'svmtrain.c' failed.
Error using mex (line 206) Unable to complete successfully.

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.

Preguntada:

Ram
el 7 de Dic. de 2015

Comentada:

el 14 de Dic. de 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by