How can comet3 be modified to have a disappearing tail?

20 views (last 30 days)
i am not sure how to get the lines which are left behind in comet3 to disappear as the comet moves forward. My goal is to have it repeat a full run a few times and delete the tail as it travels.
i see the section marked 'clean up the tail' but i don't know what to add to that to actually clean it up... and thoughts?

Accepted Answer

Paulo Silva
Paulo Silva on 12 Jun 2011
edit comet3
change all the erasemodes to background, it's in the line functions, example:
'erase','none' -> 'erase','background'
Now change the function name to comet33 on the first line and save it as comet33.m
  1 Comment
Adam Quintero
Adam Quintero on 12 Jun 2011
Setting the 'erase' mode of the tail settings to 'background' did the trick. thank you.

Sign in to comment.

More Answers (0)

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!