MATLAB Report Generator    
Logical If

Component

Logical If

Category

Logical and Flow

Description

The Logical If component acts as a logical if; it can have the <if> Then, <if> Elseif, and <if> Else components as its subcomponents. This component executes its subcomponents when the given workspace expression is true. It displays a specified string when it has no subcomponents. There are three ways to use this component.

or

or

For an explanation of how the above cases execute, see the introduction to Logical and Flow Components.

Attributes

This is the Logical If attribute page.

Run subcomponents if this string is true in the base workspace:
When the statement in this field is true, the Logical If's subcomponents execute.
If "if" has no subcomponents, display this string:
When the Logical If component has no subcomponents, the string in this field is printed in your report.

Insert anything into report?

Depends on attributes.

Filename

cloif


  For Loop <if> Then