Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. % Launch the GUI
  2. mainGUI();
  3.  
  4. % Obtain the handles-structure, and the handle to the pushbutton
  5. handles = guidata(findall(0,'type','figure'));
  6. hObject = handles.myPushButton;
  7.  
  8. % Execute the callback
  9. myCallbackfcn(hObject,[]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement