please help with the creation of a matlab 2D animation explained bellow

1 view (last 30 days)
Create an animated plot sequence lasting for approximately 20 to 30 seconds. The animation is expected to include at least some (but not necessarily ALL) of the following elements: ∗ A variety of objects (circles, rectangles, ellipses, spirals, etc.) moving across the plot area ∗ Objects in angular, periodic or more complex (possibly random) motion ∗ Objects changing shape/size/colour, preferably while in motion ∗ Objects appearing/disappearing/transitioning/fading into the background

Answers (2)

Joseph Cheng
Joseph Cheng on 18 Jun 2014
Since this sounds like an assignment i'll just drop this link.

Image Analyst
Image Analyst on 18 Jun 2014
See the FAQ:
Also look up rect() or plot() or line() in the help.
Use pause() to adjust the time between objects plotted at different positions.

Categories

Find more on Animation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!