can anybody help me with the error?

조회 수: 1 (최근 30일)
susanta reang
susanta reang 2018년 6월 7일
답변: susanta reang 2018년 6월 7일
Undefined function or variable 'TrainFeature'.
Error in main1>Recognizedaction_Callback (line 80)
X=TrainFeature;
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in main1 (line 20)
gui_mainfcn(gui_State, varargin{:});
Error in
@(hObject,eventdata)main1('Recognizedaction_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating uicontrol Callback

답변 (3개)

Walter Roberson
Walter Roberson 2018년 6월 7일
Your code assumes that there is a TrainFeature.mat in the current directory, and assumes that it contains a variable named TrainFeature . You could not have reached that point if TrainFeature.mat did not exist, but you would get that error if TrainFeature.mat does not contain a variable named TrainFeature
  댓글 수: 1
susanta reang
susanta reang 2018년 6월 7일
how do i resolve it? i will attach the error which i am getting

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


Birdman
Birdman 2018년 6월 7일
Make sure that TrainFeature (I assume it is a function) is located in your current working directory.
  댓글 수: 4
Birdman
Birdman 2018년 6월 7일
Can you also share your mat file as well, as attached?
Stephen23
Stephen23 2018년 6월 7일
susanta reang's "Answer" moved here:
it is similar to those, as the real file exceed 5 mb so i cant attach it. if you send me your email id i can send the entire code.
thank you
this is the error i get while i run

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


susanta reang
susanta reang 2018년 6월 7일

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by