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.
Report Explorer | Design and generate reports on MATLAB applications |
rptlist | Retrieve list of all report setup files in MATLAB path |
setedit | Start Report Explorer |
rptrebuildcache | Rebuild Report Explorer template cache |
rptrebuildregistry | Rebuild Report Explorer style sheet registry |
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 |
Working with the Report Explorer
Overview of the Report Explorer, the MATLAB Report Generator™ and Simulink® Report Generator graphical interface.
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 .
To make changes to a saved report setup, you must open its setup file.
Closing a setup removes the setup from the Report Explorer and from memory.
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
A report setup is a set of MATLAB objects, called components, that specified the content and form of a report.