Created
November 1, 2011 15:58
-
-
Save greggroth/1330921 to your computer and use it in GitHub Desktop.
learning algorithm my ass.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% --- 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