MATLAB Report Generator | ![]() ![]() |
Category
Description
The Object Summary Table component shows properties or parameters of the selected Simulink models, systems, blocks, or signals in a table.
Attributes
This is the Object Summary Table attribute page.
Note To view a component attribute page in the Setup File Editor, select the component in the setup file outline on the left and click on the Options tab. If the component is not in the setup file outline, you must add it to the outline first. See Building and Editing the Setup File for a discussion on how to add a component to the outline. |
Object List
To edit blocks to be included in table, you can click on the bar. The Edit Component Options window appears, as shown below.
These are the same attribute options found in the Block Loop component. See the Block Loop component reference page for more information on these options.
For the Sort blocks option, note the following:
Models can be only be sorted alphabetically.
Table Options
Select title and linking options for the summary table in this section.
Automatic (<BlockType> Block Parameters): for example, if you are reporting on the Sum block, the table title will be the Sum Block Parameters
Manual: if you want to create your own table title, select this option and enter a table title in the corresponding field. You can enter %<VariableName>
if you want to insert the value of a variable from the MATLAB workspace. The %<> notation can be a string or cell array. Please see %<VariableName> Notation in the Text component reference page for more details.
Object Properties
Select which object parameters are included in the report in this section of the attribute page.
Move a parameter up in the list
Move a parameter down in the list
Remove a parameter from the list
Use this button |
To do this |
![]() |
To move a parameter up in the list |
![]() |
To move a parameter down in the list |
![]() |
To remove a parameter from the list |
![]() |
To add a parameter to the list |
Note that if you do not have Real-Time Workshop, Summary Properties (req RTW)
will not be listed in this drop box, since summary properties require Real-Time Workshop. If you are using a setup file that contains a summary property, then the property name appears in the report, but the property value does not.
The %<SplitDialogParameters> and the dialogparameters Properties
The %<SplitDialogParameters>
property creates columns with the dialog parameter names as headings (one column for each parameter), and the dialog parameter values listed in the table cells below it. This property is valid for blocks only and creates multiple tables, one for each block type.
The dialogparameters
property creates one column with dialogparameters
as a heading and lists the dialog parameter names in the table cells below it.
For example, if your reported properties are Name
and dialogparameters
, then you will get the following object summary table
Name |
dialogparameters |
Gain1 |
Gain |
Gain2 |
Gain |
Sum3 |
IconShape Inputs SaturateOnIntegerOverflow |
T-Fcn1 |
Numerator Denominator |
If you choose to report on the same blocks summarized in the table above but choose Name
and %<SplitDialogParameters>
as your reported properties, then you will get the following three object summary tables, one for each blocktype.
Name |
Gain |
Gain1 |
Mz |
Gain2 |
5 |
Name |
IconShape |
Inputs |
SaturdateOnIntegerOverflow |
Sum3 |
round |
|++ |
0 |
Name |
Numerator |
Denominator |
Sum3 |
1 |
[1, -Mq] |
Example
If you are reporting on the demo model F14, and you choose the following options, then summary table shown on the next page is generated:
Sort on systems by system depth
Name and Blocks are the System parameters to be included in the table
Insert anything into report?
Filename
![]() | Object Property | Signal Loop | ![]() |