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 件のコメント

Ram
Ram 2015 年 12 月 7 日
so svm package installation is not required for matlab 2013a ? the error occured while libsvm3.12 installation
Walter Roberson
Walter Roberson 2015 年 12 月 7 日
If you have the Statistics Toolbox and R2013a or later, you do not need to install SVM.
Ram
Ram 2015 年 12 月 7 日
there is no statistics toolbox present please suggst on how to overcome this problem
Ram
Ram 2015 年 12 月 14 日
Please anyone help me out
Walter Roberson
Walter Roberson 2015 年 12 月 14 日
Please show the command you are using to try to compile svm.
Ram
Ram 2015 年 12 月 14 日
sir mex -setup is the command used
Walter Roberson
Walter Roberson 2015 年 12 月 14 日
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
Ram 2015 年 12 月 14 日
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 ExchangeIntroduction 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