I am attempting to create a scientific calculator gui and continue to encounter the following errors. I have checked the .m what am I missing?
Show older comments
Reference to non-existent field 'text1'.
Error in calc>calc_OpeningFcn (line 64) set(handles.text1,'String','0');
Error in gui_mainfcn (line 220) feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in calc (line 42) gui_mainfcn(gui_State, varargin{:});
Accepted Answer
More Answers (0)
Categories
Find more on Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!