Animation Circle

I want to make application that contains many circles move simultaneously around an object . Any help please ASAP.
Thanks,

 Accepted Answer

Walter Roberson
Walter Roberson on 15 Jun 2011

0 votes

Use the rectangle() function to draw each of the circles (yes, seriously). Record the handles as you create them. When it comes time to move one, do not redraw it: instead, just update its Position property.

1 Comment

Mohamed
Mohamed on 17 Jun 2011
first: thanks for yours reply
Second :u mean to put all circles in one rectangle and then move rectangle so it appears moves simultaneously ?If yes how to put circles in a rectangle ?

Sign in to comment.

More Answers (0)

Categories

Tags

Community Treasure Hunt

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

Start Hunting!