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 ( rptfile) 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 ExplorerOverview of the Report Explorer, the MATLAB Report Generator™ and Simulink® Report Generator graphical interface. 
- Create a New Setup FileCreate a new setup file either interactively from the Report Explorer or programmatically. 
- Use Report Explorer to Create ReportsCreate a report setup file, add components, and generate a report interactively. 
- Open a Report SetupTo make changes to a saved report setup, you must open its setup file. 
- Close a Report SetupClosing a setup removes the setup from the Report Explorer and from memory. 
- Save a Report SetupIn the Report Explorer, in the Outline pane, select the setup root node. 
- Load Report Setup into MATLAB WorkspaceTo load a setup into the MATLAB workspace without loading it into the Report Explorer, use the rptgen.loadRptfunction.
- Generate MATLAB Code from Report Setup FileHow to generate M-code versions of report setup files. 
- Report SetupsA report setup is a set of MATLAB objects, called components, that specified the content and form of a report.