MATLAB Report Generator
Design and automatically generate reports from MATLAB applications
MATLAB Report Generator provides functions and APIs that integrate reporting capabilities into MATLAB applications. You can develop programs that generate reports in PDF, Microsoft Word, Microsoft PowerPoint, and HTML. MATLAB Report Generator enables you to dynamically capture results and figures from your MATLAB code and document those results in a single report that can be shared with others in your organization. You can use the prebuilt, customizable Word and HTML templates or design reports based on your organization’s templates and standards.
Latest Features
MATLAB Reporters
Use MATLAB objects to generate title pages, tables of contents, chapters, figures, and other report elements.
Report API Examples
Examples have been added to the documentation under MATLAB Report Generator Task Examples. These examples illustrate using the Report API to generate and format common types of report content, such as wide tables fitting on a page and side-by-side images, figures, and tables.
Create a Custom Reporter
A new method, mlreportgen.report.Reporter.customizeReporter, has been added to the Report API Reporter class. Use this method to create a skeleton reporter that you can use as a starting point for creating a custom reporter.
Report Explorer-Based Reporter
mlreportgen.report.RptFile creates a reporter from a Report Explorer .rpt setup file. Adding this reporter to a Report API report setup file generates the setup file contents and adds the contents to the report.
Table Slicer
Include tables sliced by column to fit on report pages
There are no reviews yet.