Animation Circle

조회 수: 8 (최근 30일)
Mohamed
Mohamed 2011년 6월 15일
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일
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개)

카테고리

Help CenterFile Exchange에서 Animation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by