Easy Matlab program with simple animations

조회 수: 1 (최근 30일)
yuval baruch
yuval baruch 2014년 11월 3일
답변: Image Analyst 2014년 11월 3일
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
Geoff Hayes
Geoff Hayes 2014년 11월 3일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2014년 11월 3일
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/

카테고리

Help CenterFile Exchange에서 Gravitation, Cosmology & Astrophysics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by