Easy Matlab program with simple animations
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Geoff Hayes
le 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.
Réponses (1)
Image Analyst
le 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/
0 commentaires
Voir également
Catégories
En savoir plus sur Gravitation, Cosmology & Astrophysics dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!