Concept Flow - Animation basics
Initialize figure and plot
Start loop over frames
Update plot data
Refresh display with drawnow
Pause for animation speed
Check if more frames
Repeat
The animation starts by setting up a plot, then repeatedly updates the plot data inside a loop, refreshing the display each time until all frames are shown.