Report Generator    

The Figure "For" Loop Component

A looping component executes its subcomponents several times. There are two types of looping components: flow control (e.g., For Loop, While Loop) and object (e.g., Handle Graphics Figure "For" Loop, Simulink Model Loop).

One type of object looping component is the Handle Graphics Figure "For" Loop. The Handle Graphics Figure "For" Loop executes its subcomponents (or loops over them) several times, each time applying its subcomponents to a different figure. You use the attributes page to specify the figures on which looping is to occur. The tutorial in the next section shows how the Handle Graphics Figure "For" Loop works.


 Editing Component Attributes Using the Handle Graphics Figure "For" Loop: A Tutorial