User`s guide
Program the Simple GUIDE GUI
The curs
or moves to the opening function, which already contains this code:
% --- Executes just before simple_gui is made visible.
function simple_gu i_OpeningFcn(hObject, eventdata, handles, varargin)
% This function has no output args, see OutputFcn.
% hObject handle to figure
% eventdata reserved - to be defined in a future v ersion of MATLAB
% handles structure with handles and user data (see GUIDATA)
% varargin command line arguments to simple_gui (see VARARGIN)
% Choose default command line output for simple_gui
handles.output = hObject;
% Update handles structure
guidata(hObject, h andles);
% UIWAIT makes simple_gui wait for user response (see UIRESUME)
2-29