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 Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by