Where can I put my program in the GUI

2 views (last 30 days)
Jaouad HAJJAMI
Jaouad HAJJAMI on 12 Feb 2014
Hi there,
I have a program for 3 arms with one freedom degree, I want to transfer it to GUI. But I don't know where I'll put it so as to manipulate the 3 arms simultaneous with Sliders. Matlab generates two functions:
  • function varargout = passerelles(varargin) %we can't edit it.
  • function passerelles_OpeningFcn(hObject, eventdata, handles, varargin) %runs one time at the beginning.
I want to move the 3 arms simultaneous, so I need where I'll put my program so that can run according to the slider value.
Thank you so much for your help.

Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!