MATLAB Report Generator    

Creating Handle Graphics Figures

To create the Handle Graphics figures that you will be using in this tutorial, you should first close all of your figures. To close all figures that may still be open, type close all at the command line.

Type figloopfigures to create Figures 1 - 5. Figures 1,3, and 5 appear on the screen, but Figures 2 and 4 do not.

Figures 1, 3 and 5 are shown below.

Figure 2 and 4, which do not appear on the screen because they are invisible, are shown below.

Before you continue with the rest of the tutorial, it is important that you understand some important Handle Graphics concepts, such invisible figures, HandleVisibility, and tags. These are described in the next section.


  Using the Handle Graphics Figure "For" Loop: A Tutorial Understanding Important Handle Graphics Concepts