I create a matlab GUI using 2 push buttons and 2 axes.I got some error. The error is
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
Error using axes Invalid object handle
Error in astgui>pushbutton3_Callback (line 329) axes(handles.axes2);imshow(B)
Error in gui_mainfcn (line 96) feval(varargin{:});
Error in astgui (line 42) gui_mainfcn(gui_State, varargin{:});
Error in @(hObject,eventdata)astgui('pushbutton3_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating uicontrol Callback
2 Kommentare
Purushottama Rao
am 3 Sep. 2015
can you give your code..
B.k Sumedha
am 3 Sep. 2015
Can you please post your code.
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!