MATLAB Creating Graphical User Interfaces

(Barry) #1
Callbacks for Specific Components

% --------------------------------------------------------------------
function edit_menu_Callback(hObject, eventdata, handles)
% hObject handle to edit_menu (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
display('Edit menu selected');


% --------------------------------------------------------------------
function copy_menu_item_Callback(hObject, eventdata, handles)

Free download pdf