Skip to content

Instantly share code, notes, and snippets.

@greggroth
Created November 1, 2011 15:58
Show Gist options
  • Save greggroth/1330921 to your computer and use it in GitHub Desktop.
Save greggroth/1330921 to your computer and use it in GitHub Desktop.
learning algorithm my ass.
% --- Executes on button press in pushbutton17.
function pushbutton17_Callback(hObject, eventdata, handles)
% hObject handle to pushbutton17 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
set(handles.edit3,'String','Loading Learning Algorithm From Default Directory');
pause(3);
set(handles.edit3,'String','Loading..');
pause(3);
set(handles.edit3,'String','Succesfully Loaded Learning Algorithm Library');
pause(2);
set(handles.edit3,'String','Ready To Detect');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment