Undefined function 'seqminopt' for input arguments of type 'function_handle'.
이전 댓글 표시
Hi
I'm using svm library especially svmtrain function. I get some error. When I use svmtrain function directly
svmStruct = svmtrain(xdata,names,'kernel_function','polynomial','showplot',true);
then everything works just fine (Matlab find function without any problems, functions returns proper results) BUT when I write my own function and use some other functions from that package like for example seqminopt then I get information
Undefined function 'seqminopt' for input arguments of type 'function_handle'.
"seqminopt" is a function which "svmtrain" calls without any problem but I cannot calls it directly ? Why I get such error ? Do you know any good Matlab tutorial on the internet which explain how to implement , management , include , check etc. packages and libraries ?
Please help me :)
Jan
채택된 답변
추가 답변 (2개)
poprostuJanek
2013년 10월 18일
0 개 추천
댓글 수: 1
Image Analyst
2013년 10월 27일
You forgot to officially Accept Jan's answer so I did it for you.
susan
2016년 12월 13일
0 개 추천
i met with the same problem
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!