|
Hi
I am a beginner for the MATLAB software.
I am using SVM classifier to classify data that I am using in my research work, for this I am using a function svmclassify() available in BioInformatics toolbox of Matlab.
When I am using a command
classes = svmclassify(svmStruct,data(test,:),'showplot',true);
It is displaying a message...............
Warning: An error was encountered during plotting.
Invalid object handle
> In svmclassify at 139
I have gone through the coding of svmclassify() and also through this line number 139. I am not able to understand what is the problem.
Can anyone suggest what may be the problem? How to correct it? And if not possible is there any way to plot the graph for the same because it is working fine when I am using the command.....classes = svmclassify(svmStruct,data(test,:));
Will be grateful for your help, Thanks in advance
|