Advertisement
Guest User

Untitled

a guest
Aug 13th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 0.12 KB | None | 0 0
  1. if(get(handles.radiobuttonMSE,'Value') == get(hObject,'Max'))
  2.     costFunction = 0;
  3. else
  4.     costFunction = 1;
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement