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.

답변 (1개)

Walter Roberson
Walter Roberson 2015년 12월 7일

0 개 추천

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

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.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

질문:

Ram
2015년 12월 7일

댓글:

2015년 12월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by