Reference to non-existent field 'axe2'. to display stego image

조회 수: 1 (최근 30일)
Wubie Engdew
Wubie Engdew 2019년 12월 13일
답변: Image Analyst 2019년 12월 13일
Reference to non-existent field 'axe2'.
Error in file2>embedding_radiobutton_Callback (line 202)
axes(handles.axe2);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in file2 (line 17)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)file2('embedding_radiobutton_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
  댓글 수: 1
Ankit
Ankit 2019년 12월 13일
could you please post the code?. Error alone doesn't help in solving the problem.

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

채택된 답변

Image Analyst
Image Analyst 2019년 12월 13일
What is the tag property of hte control? Is it axe2 (unlikely) or axes2 (more likely)? Try
axes(handles.axes2);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by