필터 지우기
필터 지우기

Undefined function 'svmtrain' for input arguments of type 'cell'??????

조회 수: 1 (최근 30일)
jasmine htwe
jasmine htwe 2017년 12월 22일
답변: Walter Roberson 2017년 12월 22일
svmtrain function works in Matlab 2014a, but in 2017a, it is not working. Why? And I change function "fitcsvm" in 2017a, but I got error message "License Manager Error -101". Please help and explain me? How can I solve this?
I tested with simple code:::
load fisheriris
xdata = meas(51:end,3:4);
group = species(51:end);
svmStruct = svmtrain(xdata,group,'ShowPlot',true);
Undefined function 'svmtrain' for input arguments of type 'cell'

답변 (1개)

Walter Roberson
Walter Roberson 2017년 12월 22일
Your license administrator did not permit you to use the Statistics And Machine Learning toolbox; https://www.mathworks.com/matlabcentral/answers/101652-why-do-i-receive-license-manager-error-101

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by