Reference to non-existent field 'axe2'. to display stego image
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Wubie Engdew
le 13 Déc 2019
Réponse apportée : Image Analyst
le 13 Déc 2019
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 commentaire
Ankit
le 13 Déc 2019
could you please post the code?. Error alone doesn't help in solving the problem.
Réponse acceptée
Image Analyst
le 13 Déc 2019
What is the tag property of hte control? Is it axe2 (unlikely) or axes2 (more likely)? Try
axes(handles.axes2);
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!