while installing SVM package to matlab 2013a getting error
Afficher commentaires plus anciens
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.
Réponses (1)
Walter Roberson
le 7 Déc 2015
0 votes
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 commentaires
Ram
le 7 Déc 2015
Walter Roberson
le 7 Déc 2015
If you have the Statistics Toolbox and R2013a or later, you do not need to install SVM.
Ram
le 7 Déc 2015
Ram
le 14 Déc 2015
Walter Roberson
le 14 Déc 2015
Please show the command you are using to try to compile svm.
Ram
le 14 Déc 2015
Walter Roberson
le 14 Déc 2015
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.
Ram
le 14 Déc 2015
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!