Вы находитесь на странице: 1из 1

• , error handling and decision making can be more intuitive through a GUI.

• Callback Syntax and Arguments

– Most callbacks will look similar to this:

% --- Executes on button press in pushbutton1.

function pushbutton1_Callback(hObject, eventdata, handles)

A function associated with a GUI component. It controls the behavior by performing an action in
response to an event.

• Edit Text

– To obtain the string a user types in an edit box, get the String property in the
Callback.

Вам также может понравиться