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.

Risposte (1)

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 Commenti

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
Please anyone help me out
Please show the command you are using to try to compile svm.
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.

Accedi per commentare.

Categorie

Richiesto:

Ram
il 7 Dic 2015

Commentato:

il 14 Dic 2015

Community Treasure Hunt

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

Start Hunting!

Translated by