Report Setup
A report setup is a set of MATLAB® objects (called components) that specifies the content and structure of a report. To create and edit a report setup, use the Report Explorer setup editor. You generate a report from a setup file. For details, see Report Setups.
Apps
Report Explorer | Design and generate reports on MATLAB applications |
Functions
rptlist | Retrieve list of report setup files on the MATLAB path |
setedit | Start Report Explorer |
rptrebuildcache | Rebuild Report Explorer template cache |
rptrebuildregistry | Rebuild Report Explorer style sheet registry |
Report Components
Nest Setup File | Allow one report setup file (rpt file) to run inside
another |
Evaluate MATLAB Expression | Evaluate specified MATLAB expression |
Comment | Insert comment into XML source file created by report generation process |
Topics
- Working with Report Explorer
Overview of the Report Explorer, the MATLAB Report Generator™ and Simulink® Report Generator graphical interface.
- Create a New Setup File
Create a new setup file either interactively from the Report Explorer or programmatically.
- Maintain Interactive MATLAB Report
Describes MATLAB Report Generator interactive Report Generator software tasks previously used for creating a report.
- Open a Report Setup
To make changes to a saved report setup, you must open its setup file.
- Close a Report Setup
Closing a setup removes the setup from the Report Explorer and from memory.
- Save a Report Setup
In the Report Explorer, in the Outline pane, select the setup root node.
- Load Report Setup into MATLAB Workspace
To load a setup into the MATLAB workspace without loading it into the Report Explorer, use the
rptgen.loadRpt
function. - Generate MATLAB Code from Report Setup File
How to generate M-code versions of report setup files.
- Report Setups
A report setup is a set of MATLAB objects, called components, that specified the content and form of a report.