How can I animate a set of data over time?

2 views (last 30 days)
JM
JM on 28 Jan 2018
Answered: Walter Roberson on 28 Jan 2018
I am trying to create an animation/movie from a set of data I have solved for given an ode. The results are stored in a column vector. The system is based on time and thus I would like to be able to show an animation of how the results change with time. I was wondering if there are any ways to plot my data and animate it over time.

Answers (1)

Walter Roberson
Walter Roberson on 28 Jan 2018
See animatedline()
If you want the motion to repeat over and over, see also comet()

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!