Azzera filtri
Azzera filtri

Error related to SVMTRAIN "??? Undefined function or method 'svmtrain' for input arguments of type 'double"

2 visualizzazioni (ultimi 30 giorni)
Hi,
while running given piece of code, i am getting below error.
Can you please give me resolution. appreciate your help.
*Error *
??? Undefined function or method 'svmtrain' for input arguments of type 'double'.
Can you please suggest what should be the proper resolution:-
CODE:-
load train;
svmStruct=svmtrain(trnData,grp,'showplot',true);
c=svmclassify(svmStruct,test);
if(c==1)
fprintf(1,' Threat found .....\n');
else
fprintf(1,' Clean Script .....\n');
end
fprintf(1,'\nEnd of SVM.....................\n');
Thanks, Gaurav N.

Risposte (2)

David Sanchez
David Sanchez il 24 Lug 2013
What's the first " * " doing?
svmStruct=*svmtrain*(trnData,grp,'showplot',true);
  1 Commento
gaurav
gaurav il 24 Lug 2013
Thanks for your reply.
I think "*" was put by mistake. I am still getting same error which i mentioned in my earlier comment.
Can you please suggest how can i resolve this.
P.S - I removed "*" from my code.
Thank You, Gaurav N.

Accedi per commentare.


Alan Weiss
Alan Weiss il 24 Lug 2013
Modificato: Alan Weiss il 24 Lug 2013
svmtrain was available only in Bioinformatics Toolbox until R2012b. It came into Statistics Toolbox in R2013a. So the question is, do you have the appropriate toolbox?
Enter the command
ver
at the MATLAB command line, and see whether you have it.
Alan Weiss
MATLAB mathematical toolbox documentation
  2 Commenti
gaurav
gaurav il 25 Lug 2013
Thank You Alan for your reply.
I am using below Matlab version as checked using "ver" command and looks like Bioinformatics toolbox is not available in the list of given toolbox.
MATLAB Version 7.11.0.584 (R2010b)
Can you please suggest how can i get this Bioinformatics toolbox on my current version of matlab in order to get svmtrain?
Thank You, Gaurav N.
Alan Weiss
Alan Weiss il 25 Lug 2013
Please contact sales to purchase an appropriate license. You might prefer getting an update to R2013a with Statistics Toolbox rather than upgrading your R2010b version to Bioinformatics.
Alan Weiss
MATLAB mathematical toolbox documentation

Accedi per commentare.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by