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 件のコメント

Mohamed
Mohamed 2011 年 6 月 17 日
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 Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by