Im getting error inh GUI when i click the .fig file like this but when i run the dot m file of the same i m able to run the GUI what is the problem can any body help ?
조회 수: 1 (최근 30일)
이전 댓글 표시
Attempt to reference field of non-structure array.
Error in tumclass>pushbutton1_Callback (line 88) axes(handles.axes1);
Error in gui_mainfcn (line 96) feval(varargin{:});
Error in tumclass (line 42) gui_mainfcn(gui_State, varargin{:});
Error in @(hObject,eventdata)tumclass('pushbutton1_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating uicontrol Callback
답변 (1개)
Walter Roberson
2016년 6월 9일
You cannot run figures by double-clicking the .fig file: you must run the associated .m file.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!