필터 지우기
필터 지우기

i am getting the following error when i execute newpr function

조회 수: 2 (최근 30일)
mohan kumar
mohan kumar 2011년 10월 12일
Error using ==> minmax at 43
Argument has illegal type.
Error in ==> network.subsasgn>setInputExampleInput at 909 range = minmax(p);
Error in ==> network.subsasgn at 96 [net,err] = setInputExampleInput(net,i,exampleInput);
Error in ==> newff>new_5p1 at 144 net.inputs{1}.exampleInput = p;
Error in ==> newff at 89 net = new_5p1(varargin{:});
Error in ==> newpr at 67 net = newff(varargin{:});
Error in ==> menu_train_Callback at 13 net=newpr(t.inputvector,t.Targetvector,50); % 100 number of neurons ________________________________________________________________ but my actual code is
t=load('neural_data');
display('inside class name');
% Initialise new pattern recognise network
net=newpr(t.inputvector,t.Targetvector,50);
  댓글 수: 1
Kaustubha Govind
Kaustubha Govind 2011년 10월 12일
Try running one of the examples in the documentation that use NEWPR - do you still see the same error?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by