The previous chapter addressed generating static graphics. In this chapter, we provide some recipes for generating dynamic graphics. This includes animations of line and patch objects, utilizing uicontrols in figures, designing GUIs using App Designer, and deploying your GUI as a MATLAB app. Along the way, we present some tips for maximizing the performance of your dynamic graphics functions.
4.1 Creating a Simple Animation
Problem
You want a visualization which changes over time without generating hundreds of ...