Easy Matlab program with simple animations

1 view (last 30 days)
Im having trouble with a program that Im working on nowadaays. The program includes three squares and a button.
Square A goes downward by a push of the button. Square B goes right simulteiniesly when square A goes down. Square C goes up after square B stops.
I need the whole program asap please.
Thank you
  1 Comment
Geoff Hayes
Geoff Hayes on 3 Nov 2014
Yuval - please attach the code that you have been working on so that we can get an idea of what you have tried so far. Indicate what problems you are experiencing with the code, including desired behaviour versus observed behaviour.

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 3 Nov 2014
You forgot to include any code. I'm sure you've looked up square or rectangle in the help and must have stumbled across the rectangle() function . So I'm sure you must have 3 calls to that in your button's callback function - one for each square. But you didn't include that code so I don't know how to fix it. Are you having trouble getting the current coordinates of the rectangle each time you click the button? Just show what you have in your button callback. Is this homework?
If you don't even know how to create a button, then see this: http://blogs.mathworks.com/videos/category/gui-or-guide/

Categories

Find more on Reference Applications in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!