User`s guide

5 Add Content with Components
5-22
Edit Figure Loop Components
In this section...
“Figure Loop in a Report” on page 5-22
“Figure Properties” on page 5-23
“Loop on the Current Figure” on page 5-24
“Loop on Visible Figures” on page 5-24
“Loop on Figures with Tags” on page 5-24
“Modify Loop Section Options” on page 5-24
Figure Loop in a Report
This example uses the Figure Loop, which is representative of many types of loops. The
Figure Loop component runs its child components several times. In each iteration, the
Figure Loop applies its child components to Handle Graphics figures. The figloop-
tutorial report setup file creates a report that documents several Handle Graphics
figures.
1
At the MATLAB command prompt, enter:
setedit figloop-tutorial
2
To display the Handle Graphics figures, enter:
figloopfigures
The figures Membrane Data, An Application, and Peaks Data appear on the
screen because their visible property is 'on'. The Invisible Membrane Data
and An Invisible Application figures do not appear on screen because their
visible property is 'off'. These invisible figures exist, but they are hidden.
3
In the Report Explorer, in the Outline pane on the left, select the Figure Loop
component called Figure Loop Section 1.
The Properties pane for the Figure Loop component appears.