Animation Circle

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

 Risposta accettata

Walter Roberson
Walter Roberson il 15 Giu 2011

0 voti

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 Commento

Mohamed
Mohamed il 17 Giu 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 ?

Accedi per commentare.

Più risposte (0)

Categorie

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by