Animation Circle

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

 采纳的回答

Walter Roberson
Walter Roberson 2011-6-15

0 个投票

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 个评论

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 ?

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Animation 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by