User`s guide

Specify Tasks for a Component to Perform
7-13
Specify Tasks for a Component to Perform
In this section...
“About Component Customization” on page 7-13
“Required Customization: Specify Format and Content of Report Output” on page
7-13
“Change a Component's Outline String in the Report Explorer Hierarchy” on page
7-15
“Modify the Appearance of Properties Dialog Boxes” on page 7-16
“Specify Additional Component Properties” on page 7-17
About Component Customization
Building a component creates MATLAB files in the MATLAB workspace. Specify tasks
that you want your component to perform by editing these MATLAB files.
Note: You must specify the format and content of your report output by editing
execute.m. This file is called during report generation to invoke your component's tasks.
Optionally, you can specify additional component properties and behavior by editing
other MATLAB files.
For more information, see the following sections:
“Required Customization: Specify Format and Content of Report Output” on page
7-13
“Change a Component's Outline String in the Report Explorer Hierarchy” on page
7-15
“Modify the Appearance of Properties Dialog Boxes” on page 7-16
“Specify Additional Component Properties” on page 7-17
Required Customization: Specify Format and Content of Report Output
After you build the component, specify the format and content of your report output by
editing the execute.m file.